Spaces:
Sleeping
Sleeping
Update .gitignore
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -3,7 +3,7 @@ outputs/
|
|
| 3 |
*.png
|
| 4 |
|
| 5 |
# Ignore model weights (handled separately, e.g. via Git LFS or manual upload)
|
| 6 |
-
|
| 7 |
|
| 8 |
# Python cache
|
| 9 |
__pycache__/
|
|
|
|
| 3 |
*.png
|
| 4 |
|
| 5 |
# Ignore model weights (handled separately, e.g. via Git LFS or manual upload)
|
| 6 |
+
*.pkl
|
| 7 |
|
| 8 |
# Python cache
|
| 9 |
__pycache__/
|