Spaces:
Sleeping
Sleeping
Commit
·
56706a3
0
Parent(s):
Initial commit.
Browse files- .gitignore +9 -0
.gitignore
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.venv*
|
2 |
+
*.vscode*
|
3 |
+
|
4 |
+
|
5 |
+
*.env
|
6 |
+
|
7 |
+
__pycache__/
|
8 |
+
|
9 |
+
*.ipynb
|