Spaces:
Sleeping
Sleeping
Update .gitignore
Browse files- .gitignore +17 -16
.gitignore
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
-
.env
|
| 2 |
-
.env.*
|
| 3 |
-
__pycache__/
|
| 4 |
-
*.py[cod]
|
| 5 |
-
.pytest_cache/
|
| 6 |
-
.ruff_cache/
|
| 7 |
-
.mypy_cache/
|
| 8 |
-
.cache/
|
| 9 |
-
venv/
|
| 10 |
-
.venv/
|
| 11 |
-
hf_cache/
|
| 12 |
-
vector_store/
|
| 13 |
-
.streamlit/
|
| 14 |
-
|
| 15 |
-
.
|
| 16 |
-
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
.env.*
|
| 3 |
+
__pycache__/
|
| 4 |
+
*.py[cod]
|
| 5 |
+
.pytest_cache/
|
| 6 |
+
.ruff_cache/
|
| 7 |
+
.mypy_cache/
|
| 8 |
+
.cache/
|
| 9 |
+
venv/
|
| 10 |
+
.venv/
|
| 11 |
+
hf_cache/
|
| 12 |
+
vector_store/
|
| 13 |
+
.streamlit/
|
| 14 |
+
!.streamlit/config.toml
|
| 15 |
+
*.log
|
| 16 |
+
.DS_Store
|
| 17 |
+
Thumbs.db
|