Spaces:
Runtime error
Runtime error
Commit
·
2ef1c28
1
Parent(s):
f762786
git ignore pycache
Browse files- .gitignore +1 -1
.gitignore
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
|
2 |
.venv/
|
3 |
.DS_Store
|
|
|
1 |
+
__pycache__/
|
2 |
.venv/
|
3 |
.DS_Store
|