58 lines
561 B
Plaintext
58 lines
561 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
frontend/dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Secrets & env (contains API keys)
|
|
.env
|
|
*.env.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Logs
|
|
*.log
|
|
backend_stdout.log
|
|
backend_stderr.log
|
|
|
|
# Temp / debug / scratch files
|
|
_*.png
|
|
_*.txt
|
|
_*.json
|
|
_shots/
|
|
.claude/
|
|
debug_json_fail.txt
|
|
raw_ai.txt
|
|
_gen_dump.json
|
|
_cw_id.txt
|
|
test_frontend_api.py
|
|
test_output.json
|
|
*.bak
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# SQLite WAL/SHM
|
|
*.db-wal
|
|
*.db-shm
|