Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
31ab989
1
Parent(s):
198284d
Add `__pycache__` to `.gitignore` to prevent caching files from being tracked
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
.env
|
|
|
|
1 |
.env
|
2 |
+
__pycache__
|