# Data & artifacts
data/zips/
data/vgm/
data/prepared*/
output/
runs/
chroma_db/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# IDE
.vscode/
.idea/
*.swp

# OS
Thumbs.db
.DS_Store

# Misc
*.log
.pytest_cache/

# Debug / throwaway scripts (prefix _ at root or in scripts/)
_debug_*.py
_regen_*.py
_scan_*.py
_compare_*.py
_inspect_*.py
_analyze_*.py
check_*.py
stats_check.py
keep_awake.py

# Internal session / handoff notes
OPUS_HANDOFF*.md
*_HANDOFF_*.md

# Data run artifacts
data/*.txt
data/*.csv

# Dev survey / throwaway notes at repo root
survey_results.txt

# Model weights (safety net — runs/ already excluded above)
*.pt
*.pth
*.ckpt
*.safetensors
