Sush commited on
Commit ·
4728638
1
Parent(s): e139119
Remove PDF documents from repo for HF Spaces
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -15,4 +15,7 @@ vectorstore/
|
|
| 15 |
|
| 16 |
# Virtual environment
|
| 17 |
venv/
|
| 18 |
-
.venv/
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Virtual environment
|
| 17 |
venv/
|
| 18 |
+
.venv/
|
| 19 |
+
|
| 20 |
+
data/documents/
|
| 21 |
+
*.pdf
|