Spaces:
Sleeping
Sleeping
M96820
commited on
config: add .env ignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
.gradio/
|
2 |
__pycache__/
|
3 |
tools/__pycache__/
|
4 |
-
venv/
|
|
|
|
1 |
.gradio/
|
2 |
__pycache__/
|
3 |
tools/__pycache__/
|
4 |
+
venv/
|
5 |
+
.env
|