Spaces:
Runtime error
Runtime error
add app
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
./log/*
|
2 |
-
__pycache__/
|
|
|
|
1 |
./log/*
|
2 |
+
__pycache__/
|
3 |
+
log/
|