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:
2026-06-04 14:37:24 +03:00
parent 3b87fb9e33
commit b30f4c188b
3 changed files with 7 additions and 4 deletions
+1 -4
View File
@@ -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/
Binary file not shown.
Binary file not shown.