chore: simplify and fix processed data gitignore rule

Replace five narrow patterns (*.pt, *.pkl, train/, val/, holdout/) with
a single data/processed/ rule that also covers data/processed/user/.
All processed tensors are reproducible from committed .chord files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-21 19:36:41 +03:00
parent fefd3b3805
commit 6bce48ddf4
+1 -5
View File
@@ -33,11 +33,7 @@ checkpoints/*.pth
checkpoints/*.ckpt checkpoints/*.ckpt
# Processed data (reproducible from source) # Processed data (reproducible from source)
data/processed/*.pt data/processed/
data/processed/*.pkl
data/processed/train/
data/processed/val/
data/processed/holdout/
# External corpora (download separately; too large for git) # External corpora (download separately; too large for git)
data/raw_external/ data/raw_external/