Spaces:
Runtime error
Runtime error
feat: update gitignore
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
__pycache__
|
2 |
*/__pycache__
|
|
|
|
|
|
|
|
|
|
|
|
1 |
__pycache__
|
2 |
*/__pycache__
|
3 |
+
.DS_Store
|
4 |
+
.venv
|
5 |
+
.zed
|
6 |
+
|
7 |
+
flagged
|