Spaces:
Runtime error
Runtime error
Create .gitignore
Browse files- .gitignore +6 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/model_cache/
|
| 2 |
+
__pycache__
|
| 3 |
+
*.pyc
|
| 4 |
+
*.pth
|
| 5 |
+
*.pt
|
| 6 |
+
*.ckpt
|