# Generated CSVs (regenerable from the tracking DBs + the merged TSV)
data/processed/*.csv

# Tracking DBs and target JSONs live outside the repo at /mnt/data/projects/cupido/
data/metadata/video_inventory.csv
data/logs/*.log

# Generated figures (reproducible from scripts)
figures/*.png

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
env/
*.egg-info/
dist/
build/

# Jupyter
.ipynb_checkpoints/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/
