Spaces:
Runtime error
Runtime error
Remove binary files for Hugging Face compatibility
Browse files- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -73,6 +73,13 @@ Thumbs.db
|
|
| 73 |
*.ckpt
|
| 74 |
*.safetensors
|
| 75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
# Temporary files
|
| 77 |
*.tmp
|
| 78 |
*.temp
|
|
|
|
| 73 |
*.ckpt
|
| 74 |
*.safetensors
|
| 75 |
|
| 76 |
+
# Image files
|
| 77 |
+
*.png
|
| 78 |
+
*.jpg
|
| 79 |
+
*.jpeg
|
| 80 |
+
*.gif
|
| 81 |
+
*.bmp
|
| 82 |
+
|
| 83 |
# Temporary files
|
| 84 |
*.tmp
|
| 85 |
*.temp
|