# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
.eggs/
dist/
build/
wheels/

# Virtual environments
.venv/
venv/
env/
.env

# uv
.uv/
uv.lock

# KuzuDB graph data
*.kuzu/
kuzu_db/
graph_data/

# Environment variables
.env
.env.*

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
.claude/settings.local.json

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/

# fastembed model cache
fastembed_cache/
local_cache/
