Targets relocated alongside the tracking DBs (out of ownCloud sync) so the docker mount already covers them and ownCloud no longer churns on JSON sidecars. Updated config, fixed a stale docstring in pick_targets, and dropped the now-moot data/targets/*.json gitignore rule. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
37 lines
535 B
Text
37 lines
535 B
Text
# Large data files (reproducible from raw DBs)
|
|
data/raw/*.db
|
|
data/processed/*.csv
|
|
|
|
# Offline-tracking outputs (regenerable from videos + target JSONs)
|
|
# 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/
|