__pycache__/
.pytest_cache/
.learnings/
.venv-task-rag-server/
.venv/
venv/
scripts/__pycache__/
tests/__pycache__/

# LightRAG runtime data
kv_store_*.json
vdb_*.json
graph_chunk_entity_relation.graphml

# Runtime data
tasks/rag/containers/
memory/
memory_archive/

# Environment
.env

# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Coverage
htmlcov/
.coverage
coverage.xml

# Secrets (defensive)
.env.*
!.env.example
*.pem
*.key

# Local dev notes (never publish)
.local/
.notes/
.drafts/
DEPLOY_ISSUES_*.md
