Spaces:
Runtime error
Runtime error
Ignore python and .env files/folders
Browse files- .gitignore +3 -0
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.env
|
2 |
+
.venv/
|
3 |
+
__pycache__/
|