Spaces:
Runtime error
Runtime error
Updated .gitignore to ignore large files
Browse files- .gitignore +4 -0
.gitignore
CHANGED
@@ -1 +1,5 @@
|
|
1 |
clip-vit-large-patch14-336/
|
|
|
|
|
|
|
|
|
|
1 |
clip-vit-large-patch14-336/
|
2 |
+
clip-vit-large-patch14-336/
|
3 |
+
*.ckpt
|
4 |
+
*.pth
|
5 |
+
*.zip
|