Mukul Rayana commited on
Commit ·
54ec024
1
Parent(s): 6535fa7
fix: anchor /models/ gitignore to repo root only
Browse files- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
|
| 2 |
data/raw/
|
| 3 |
data/processed/*.csv
|
| 4 |
data/indexes/
|
| 5 |
-
models/
|
| 6 |
*.gguf
|
| 7 |
__pycache__/
|
| 8 |
*.pyc
|
|
|
|
| 1 |
+
venv/
|
| 2 |
data/raw/
|
| 3 |
data/processed/*.csv
|
| 4 |
data/indexes/
|
| 5 |
+
/models/
|
| 6 |
*.gguf
|
| 7 |
__pycache__/
|
| 8 |
*.pyc
|