From cfb49fc013f117d2dfdaadeb14a9d37d72c10529 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 16 Feb 2025 22:31:12 +0800 Subject: [PATCH] Delete inline comment about config.ini --- .gitignore | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2d9a41f3..83246d18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,39 @@ -__pycache__ -*.egg-info -dickens/ -book.txt -lightrag-dev/ +# Python-related files +__pycache__/ +*.py[cod] +*.egg-info/ +.eggs/ +*.tgz +*.tar.gz +*.ini + +# Virtual Environment +.venv/ +env/ +venv/ +*.env* +.env_example + +# Build / Distribution +dist/ +build/ +site/ + +# Logs / Reports +*.log +*.logfire +*.coverage/ +log/ + +# Caches +.cache/ +.mypy_cache/ +.pytest_cache/ +.ruff_cache/ +.gradio/ +temp/ + +# IDE / Editor Files .idea/ dist/ env/