Text · 426 bytes Raw Blame History
1 # Binary model files - do not attempt text diff
2 *.pt binary
3 *.pkl binary
4 *.pth binary
5
6 # Model metadata - text files but large
7 backend/jubjub/jubjubword/hybrid_models/**/*.json text
8 backend/jubjub/jubjubword/models/**/*.pkl binary
9
10 # Standard Git LFS patterns (optional - not using LFS yet)
11 # Uncomment these if models exceed 100MB total:
12 # *.pt filter=lfs diff=lfs merge=lfs -text
13 # *.pkl filter=lfs diff=lfs merge=lfs -text
14