Deleted the 5 stale pre-pipeline tracking DBs and the data/raw/ directory. Dropped DATA_RAW from config.py; build_video_inventory now scans TRACKING_OUTPUT_DIR for already-tracked sessions. Notebooks no longer import DATA_RAW. README, PLANNING and todo updated to reflect that the repo holds only code + small curated metadata, never bulky DBs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
35 lines
485 B
Text
35 lines
485 B
Text
# 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/
|