Spaces:
Sleeping
Sleeping
Commit ·
cd45c46
1
Parent(s): 535a98d
updated gitignore
Browse files- .gitignore +8 -0
.gitignore
CHANGED
|
@@ -19,6 +19,14 @@ env/
|
|
| 19 |
# Data — indexes are rebuilt from source; do NOT commit binaries
|
| 20 |
data/vector_store/
|
| 21 |
data/pick_index/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Per-turn JSONL logs (contain user conversation content)
|
| 24 |
logs/
|
|
|
|
| 19 |
# Data — indexes are rebuilt from source; do NOT commit binaries
|
| 20 |
data/vector_store/
|
| 21 |
data/pick_index/
|
| 22 |
+
data/faiss_store/
|
| 23 |
+
|
| 24 |
+
# MLflow
|
| 25 |
+
mlflow.db
|
| 26 |
+
mlruns/
|
| 27 |
+
|
| 28 |
+
# Personal / non-source files
|
| 29 |
+
ProjectDetails.pdf
|
| 30 |
|
| 31 |
# Per-turn JSONL logs (contain user conversation content)
|
| 32 |
logs/
|