Spaces:
Running
Running
Commit
•
606ce4b
1
Parent(s):
1cc909c
chore: Add .env and logs/ to .gitignore
Browse files- .gitignore +4 -0
.gitignore
CHANGED
@@ -1 +1,5 @@
|
|
1 |
__pycache__/theme.cpython-310.pyc
|
|
|
|
|
|
|
|
|
|
1 |
__pycache__/theme.cpython-310.pyc
|
2 |
+
|
3 |
+
.env
|
4 |
+
logs/
|
5 |
+
__pycache__/
|