Spaces:
Running
Running
update gitignore
Browse files- .gitignore +2 -3
.gitignore
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
.DS_Store
|
2 |
.env
|
3 |
/testing/
|
4 |
-
|
5 |
-
logging_config.py
|
6 |
/data/
|
7 |
-
|
8 |
|
9 |
# Python cache files
|
10 |
__pycache__/
|
|
|
1 |
.DS_Store
|
2 |
.env
|
3 |
/testing/
|
4 |
+
|
|
|
5 |
/data/
|
6 |
+
|
7 |
|
8 |
# Python cache files
|
9 |
__pycache__/
|