Spaces:
Sleeping
Sleeping
Update .gitignore
Browse files- .gitignore +2 -5
.gitignore
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
__pycache__/
|
2 |
*.pyc
|
3 |
-
*.
|
4 |
-
*.
|
5 |
.env
|
6 |
-
tmp/
|
7 |
-
*.tmp
|
8 |
-
*.log
|
|
|
1 |
__pycache__/
|
2 |
*.pyc
|
3 |
+
*.pkl
|
4 |
+
*.db
|
5 |
.env
|
|
|
|
|
|