LightRAG/.gitignore
yangdx 06ceae92ab Add project intelligence files for AI agent collaboration
- Add .clinerules with technical patterns
- Create Agments.md for Codex agent guidance
- Ensures consistent behavior across all team members

(cherry picked from commit 577b9e6882)
2025-12-04 19:05:56 +08:00

108 lines
1.5 KiB
Text

# Python-related files
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
*.tgz
*.tar.gz
*.ini
# Virtual Environment
.venv/
env/
venv/
*.env*
.env_example
# BUILT web UI assets
# When building the UI in CI, the build artifacts are generated by Vite
# and are not source-controlled.
lightrag_webui/dist/
lightrag_webui/build/
# When using the python API embedded UI, ignore generated JS & CSS
lightrag/api/webui/assets/*.js
lightrag/api/webui/assets/*.js.map
lightrag/api/webui/assets/*.css
# Ignore the whole assets directory (build artifacts / vendor bundles)
lightrag/api/webui/assets/
# Build / Distribution
dist/
build/
site/
# Logs / Reports
*.log
*.log.*
*.logfire
*.coverage/
log/
# Caches
.cache/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.gradio/
.history/
temp/
# Model weights and caches (do not commit large models or checkpoints)
models/
checkpoints/
weights/
*.ckpt
*.pt
*.bin
*.safetensors
*.h5
model_cache/
.cache/huggingface/
transformers_cache/
huggingface/
# IDE / Editor Files
.idea/
.vscode/
.vscode/settings.json
# Framework-specific files
local_neo4jWorkDir/
neo4jWorkDir/
# Data & Storage
inputs/
rag_storage/
examples/input/
examples/output/
output*/
data/
.coverage
coverage.xml
htmlcov/
.ipynb_checkpoints/
.pytype/
pip-wheel-metadata/
pip-log.txt
# Miscellaneous
.DS_Store
TODO.md
ignore_this.txt
*.ignore.*
# Project-specific files
dickens*/
book.txt
LightRAG.pdf
download_models_hf.py
lightrag-dev/
gui/
# unit-test files
# Cline files
memory-bank
memory-bank/