Update gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
__pycache__/
|
| 2 |
.DS_Store
|
| 3 |
.gitattributes
|
| 4 |
-
.idea/
|
|
|
|
|
|
| 1 |
__pycache__/
|
| 2 |
.DS_Store
|
| 3 |
.gitattributes
|
| 4 |
+
.idea/
|
| 5 |
+
.hf-space-venv/
|