Move personal TSV into repo's data/metadata/ folder
Personal copy of all_video_info_merged.tsv now lives at ~/cupido/data/metadata/all_video_info_merged.tsv (gitignored) instead of ~/cupido_metadata.tsv. That sits next to the other small metadata CSVs (barrier_opening, etc.) — the natural home for it. Updated all five notebooks and processed/README accordingly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
f08e4b843d
commit
ac3b8c13f0
7 changed files with 14 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,6 +3,9 @@ data/processed/*.csv
|
|||
|
||||
# Tracking DBs and target JSONs live outside the repo at /mnt/data/projects/cupido/
|
||||
data/metadata/video_inventory.csv
|
||||
# Per-user writable copy of the metadata TSV (see notebook setup cells).
|
||||
# The shared master is at /mnt/data/projects/cupido/all_video_info_merged.tsv.
|
||||
data/metadata/all_video_info_merged.tsv
|
||||
data/logs/*.log
|
||||
|
||||
# Generated figures (reproducible from scripts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue