Delete inline comment about config.ini

This commit is contained in:
yangdx
2025-02-16 22:31:12 +08:00
parent 41cbecdbe6
commit cfb49fc013

41
.gitignore vendored
View File

@@ -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/