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
|
||||
inputs/
|
||||
output/
|
||||
rag_storage/
|
||||
examples/input/
|
||||
examples/output/
|
||||
output*/
|
||||
data/
|
||||
|
||||
# Miscellaneous
|
||||
.DS_Store
|
||||
|
|
@ -59,18 +56,15 @@ ignore_this.txt
|
|||
*.ignore.*
|
||||
|
||||
# Project-specific files
|
||||
dickens*/
|
||||
book.txt
|
||||
LightRAG.pdf
|
||||
/dickens*/
|
||||
/book.txt
|
||||
download_models_hf.py
|
||||
lightrag-dev/
|
||||
gui/
|
||||
|
||||
# Frontend build output (built during PyPI release)
|
||||
lightrag/api/webui/
|
||||
/lightrag/api/webui/
|
||||
|
||||
# unit-test files
|
||||
test_*
|
||||
|
||||
# Cline files
|
||||
memory-bank/
|
||||
memory-bank
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue