Update .gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -49,6 +49,7 @@ inputs/
|
|
| 49 |
rag_storage/
|
| 50 |
examples/input/
|
| 51 |
examples/output/
|
|
|
|
| 52 |
|
| 53 |
# Miscellaneous
|
| 54 |
.DS_Store
|
|
@@ -59,6 +60,8 @@ ignore_this.txt
|
|
| 59 |
# Project-specific files
|
| 60 |
dickens*/
|
| 61 |
book.txt
|
|
|
|
|
|
|
| 62 |
lightrag-dev/
|
| 63 |
gui/
|
| 64 |
|
|
|
|
| 49 |
rag_storage/
|
| 50 |
examples/input/
|
| 51 |
examples/output/
|
| 52 |
+
output*/
|
| 53 |
|
| 54 |
# Miscellaneous
|
| 55 |
.DS_Store
|
|
|
|
| 60 |
# Project-specific files
|
| 61 |
dickens*/
|
| 62 |
book.txt
|
| 63 |
+
LightRAG.pdf
|
| 64 |
+
download_models_hf.py
|
| 65 |
lightrag-dev/
|
| 66 |
gui/
|
| 67 |
|