Update .gitignore
This commit is contained in:
parent
36a736db0b
commit
d94b5f07a4
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -49,6 +49,7 @@ inputs/
|
||||||
rag_storage/
|
rag_storage/
|
||||||
examples/input/
|
examples/input/
|
||||||
examples/output/
|
examples/output/
|
||||||
|
output*/
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
@ -59,6 +60,8 @@ ignore_this.txt
|
||||||
# Project-specific files
|
# Project-specific files
|
||||||
dickens*/
|
dickens*/
|
||||||
book.txt
|
book.txt
|
||||||
|
LightRAG.pdf
|
||||||
|
download_models_hf.py
|
||||||
lightrag-dev/
|
lightrag-dev/
|
||||||
gui/
|
gui/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue