Spaces:
Running
Running
Ignore .zip and .txt files
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -11,3 +11,5 @@ venv/
|
|
11 |
*.onnx
|
12 |
*.xml
|
13 |
*.obj
|
|
|
|
|
|
11 |
*.onnx
|
12 |
*.xml
|
13 |
*.obj
|
14 |
+
*.zip
|
15 |
+
*.txt
|