Refactor .gitignore
This commit is contained in:
parent
8145201d2e
commit
78ccc4f6fd
1 changed files with 5 additions and 11 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -46,11 +46,8 @@ neo4jWorkDir/
|
||||||
|
|
||||||
# Data & Storage
|
# Data & Storage
|
||||||
inputs/
|
inputs/
|
||||||
|
output/
|
||||||
rag_storage/
|
rag_storage/
|
||||||
examples/input/
|
|
||||||
examples/output/
|
|
||||||
output*/
|
|
||||||
data/
|
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
@ -59,18 +56,15 @@ ignore_this.txt
|
||||||
*.ignore.*
|
*.ignore.*
|
||||||
|
|
||||||
# Project-specific files
|
# Project-specific files
|
||||||
dickens*/
|
/dickens*/
|
||||||
book.txt
|
/book.txt
|
||||||
LightRAG.pdf
|
|
||||||
download_models_hf.py
|
download_models_hf.py
|
||||||
lightrag-dev/
|
|
||||||
gui/
|
|
||||||
|
|
||||||
# Frontend build output (built during PyPI release)
|
# Frontend build output (built during PyPI release)
|
||||||
lightrag/api/webui/
|
/lightrag/api/webui/
|
||||||
|
|
||||||
# unit-test files
|
# unit-test files
|
||||||
test_*
|
test_*
|
||||||
|
|
||||||
# Cline files
|
# Cline files
|
||||||
memory-bank/
|
memory-bank
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue