Spaces:
Running
Running
Commit
·
f782fff
1
Parent(s):
7996b6e
chore: Add logs/ directory to .gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
.env
|
| 2 |
__pycache__/
|
| 3 |
-
*.pyc
|
|
|
|
|
|
| 1 |
.env
|
| 2 |
__pycache__/
|
| 3 |
+
*.pyc
|
| 4 |
+
logs/
|