Martechsol commited on
Commit ·
0b6b442
1
Parent(s): 3910b9e
Pushing all files including docs and index from backup
Browse files- .gitignore +7 -13
.gitignore
CHANGED
|
@@ -1,13 +1,7 @@
|
|
| 1 |
-
.env
|
| 2 |
-
__pycache__/
|
| 3 |
-
.pytest_cache/
|
| 4 |
-
.mypy_cache/
|
| 5 |
-
.venv/
|
| 6 |
-
venv/
|
| 7 |
-
|
| 8 |
-
!data/index/.gitkeep
|
| 9 |
-
# Session data — user privacy, not committed to repo
|
| 10 |
-
data/sessions/*.json
|
| 11 |
-
!data/sessions/.gitkeep
|
| 12 |
-
# Binary docs — managed directly on HF Space, not via git
|
| 13 |
-
docs/*.pdf
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
__pycache__/
|
| 3 |
+
.pytest_cache/
|
| 4 |
+
.mypy_cache/
|
| 5 |
+
.venv/
|
| 6 |
+
venv/
|
| 7 |
+
# No longer ignoring docs or index for this full backup push
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|