fix: Update .gitignore to allow model weight uploads
Browse files- .gitignore +1 -10
.gitignore
CHANGED
|
@@ -74,15 +74,6 @@ venv.bak/
|
|
| 74 |
.DS_Store
|
| 75 |
Thumbs.db
|
| 76 |
|
| 77 |
-
#
|
| 78 |
-
outputs/
|
| 79 |
-
checkpoints/
|
| 80 |
-
*.pt
|
| 81 |
-
*.bin
|
| 82 |
-
*.safetensors
|
| 83 |
-
*.onnx
|
| 84 |
-
*.gguf
|
| 85 |
logs/
|
| 86 |
wandb/
|
| 87 |
-
data/
|
| 88 |
-
models/
|
|
|
|
| 74 |
.DS_Store
|
| 75 |
Thumbs.db
|
| 76 |
|
| 77 |
+
# Logs and temp files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
logs/
|
| 79 |
wandb/
|
|
|
|
|
|