| # Hugging Face Spaces LFS rules. Copy this to the Space repo root | |
| # alongside app.py / requirements.txt / README.md / ghostlm/ / | |
| # checkpoints/. Without it the ~177 MB checkpoints either fail to push | |
| # or land as broken pointer files. | |
| *.pt filter=lfs diff=lfs merge=lfs -text | |
| *.bin filter=lfs diff=lfs merge=lfs -text | |
| *.safetensors filter=lfs diff=lfs merge=lfs -text | |