21 lines
207 B
Plaintext
21 lines
207 B
Plaintext
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Logs / local results
|
|
*.log
|
|
/local/
|
|
/results/
|
|
|
|
# Never commit weights or checkpoints
|
|
*.safetensors
|
|
*.gguf
|
|
*.bin
|
|
/hybrid-ckpt/
|
|
*-hybrid-int4-fp8/
|