Delete inline comment about config.ini
This commit is contained in:
41
.gitignore
vendored
41
.gitignore
vendored
@@ -1,8 +1,39 @@
|
|||||||
__pycache__
|
# Python-related files
|
||||||
*.egg-info
|
__pycache__/
|
||||||
dickens/
|
*.py[cod]
|
||||||
book.txt
|
*.egg-info/
|
||||||
lightrag-dev/
|
.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/
|
.idea/
|
||||||
dist/
|
dist/
|
||||||
env/
|
env/
|
||||||
|
Reference in New Issue
Block a user