Spaces:
Paused
Paused
Commit
·
a7f907e
1
Parent(s):
ba72f62
Remove .env from git and ignore it
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -37,3 +37,5 @@ backend/model/*.pkl
|
|
37 |
# OS specific
|
38 |
.DS_Store
|
39 |
.venv.env
|
|
|
|
|
|
37 |
# OS specific
|
38 |
.DS_Store
|
39 |
.venv.env
|
40 |
+
.env
|
41 |
+
|