Refine gitignore to only exclude root-level test files
This commit is contained in:
parent
6b0f9795be
commit
a790f081dc
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -67,8 +67,8 @@ download_models_hf.py
|
|||
# Frontend build output (built during PyPI release)
|
||||
/lightrag/api/webui/
|
||||
|
||||
# unit-test files
|
||||
test_*
|
||||
# temporary test files in project root
|
||||
/test_*
|
||||
|
||||
# Cline files
|
||||
memory-bank
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue