chore: track checkpoints via Git LFS
Removed checkpoints/*.pt from .gitignore; files are now stored as LFS objects (pretrained.pt 17 MB, finetuned.pt 17 MB). LFS attributes were already in place in .gitattributes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-4
@@ -27,10 +27,7 @@ coverage.xml
|
|||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
*.ipynb_checkpoints
|
*.ipynb_checkpoints
|
||||||
|
|
||||||
# Model checkpoints (large binaries — commit only intentionally)
|
# Model checkpoints tracked via Git LFS (see .gitattributes)
|
||||||
checkpoints/*.pt
|
|
||||||
checkpoints/*.pth
|
|
||||||
checkpoints/*.ckpt
|
|
||||||
|
|
||||||
# Processed data (reproducible from source)
|
# Processed data (reproducible from source)
|
||||||
data/processed/
|
data/processed/
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user