From a790f081dc5069f185fa97978a0741b52fe54630 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 6 Nov 2025 18:51:21 +0800 Subject: [PATCH] Refine gitignore to only exclude root-level test files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9598a6fe..8a5059c8 100644 --- a/.gitignore +++ b/.gitignore @@ -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