From 78ccc4f6fd458adc4b893c9aeadc7dae7a9106ff Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 30 Oct 2025 12:56:40 +0800 Subject: [PATCH] Refactor .gitignore --- .gitignore | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 29e275b7..e93de96c 100644 --- a/.gitignore +++ b/.gitignore @@ -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