Clean repo: remove temp files, AI junk, DBs, build artifacts

This commit is contained in:
ponzischeme89
2026-01-17 22:03:14 +13:00
parent e88f145de2
commit 0d7cc0b0bb
19 changed files with 176 additions and 111 deletions
-59
View File
@@ -1,59 +0,0 @@
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv
ENV
env
*.egg-info
.eggs
dist
build
# Node
frontend/node_modules
frontend/.svelte-kit
# IDE
.vscode
.idea
*.swp
*.swo
.claude
# Database (will be mounted as volume in production)
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Environment files
.env
.env.*
!.env.example
# Documentation
*.md
!README.md
# Temp files
tmp*
*.tmp
nul
# OS files
.DS_Store
Thumbs.db
# Workspace files
*.code-workspace
+176
View File
@@ -0,0 +1,176 @@
# ============================================================
# GLOBAL / OS JUNK
# ============================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
$RECYCLE.BIN/
*.log
*.tmp
*.bak
*.swp
*.swo
# ============================================================
# PYTHON
# ============================================================
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
# Virtual environments
.venv/
venv/
env/
ENV/
# Python packaging
build/
dist/
*.egg-info/
.eggs/
# Test / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Python databases (DO NOT COMMIT)
*.db
*.sqlite
*.sqlite3
# ============================================================
# NODE / JAVASCRIPT / SVELTE / VITE
# ============================================================
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build outputs
dist/
build/
.out/
.svelte-kit/
.vite/
.cache/
# Lockfiles (optional — keep if you want deterministic builds)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# ============================================================
# FRONTEND (explicit paths)
# ============================================================
frontend/node_modules/
frontend/dist/
frontend/build/
frontend/.svelte-kit/
frontend/.vite/
frontend/.cache/
# ============================================================
# BACKEND (explicit paths)
# ============================================================
server/__pycache__/
server/**/*.pyc
server/**/*.pyo
server/**/*.pyd
server/*.db
server/*.sqlite3
# ============================================================
# AI / LLM / CLAUDE / TEMP JUNK (ABSOLUTELY NOT)
# ============================================================
tmpclaude-*
tmpclaude-*-cwd
*claude*-cwd
*claude-temp*
*claude_cache*
*llm_tmp*
*ai_tmp*
*.prompt
*.llm
# ============================================================
# DATABASE / RUNTIME DATA
# ============================================================
data/
db/
storage/
uploads/
.cache/
.tmp/
# ============================================================
# ENV / SECRETS
# ============================================================
.env
.env.*
*.env
*.key
*.pem
*.crt
*.cert
*.pfx
*.keystore
# ============================================================
# DOCKER
# ============================================================
.dockerignore
docker-compose.override.yml
# Docker runtime junk
**/docker-data/
**/container-data/
# ============================================================
# IDE / EDITOR
# ============================================================
.idea/
*.iml
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
*.code-workspace
# ============================================================
# CI / RELEASE
# ============================================================
coverage.xml
report.xml
junit.xml
# ============================================================
# MISC PROJECT-SPECIFIC
# ============================================================
*.stackdump
*.orig
*.rej
# Temporary working dirs
tmp/
temp/
# ============================================================
# GIT ITSELF
# ============================================================
.git-rewrite/
Binary file not shown.
-4
View File
@@ -1,4 +0,0 @@
node_modules
dist
.DS_Store
*.log
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp/frontend
Binary file not shown.
-37
View File
@@ -1,37 +0,0 @@
{
"folders": [
{
"path": ".",
"name": "Root"
},
{
"path": "frontend",
"name": "Frontend"
},
{
"path": "server",
"name": "Server"
}
],
"settings": {
"editor.formatOnSave": true,
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.analysis.typeCheckingMode": "basic",
"python.defaultInterpreterPath": ".venv\\Scripts\\python.exe",
"files.exclude": {
"**/.venv": true,
"**/__pycache__": true,
"**/node_modules": true,
"**/dist": true,
"**/.svelte-kit": true
},
"terminal.integrated.env.windows": {
"FLASK_ENV": "development"
}
}
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp
-1
View File
@@ -1 +0,0 @@
/c/Users/Matt/subtitleapp