# Python caches
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/
env/

# Test / lint / type caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

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

# Claude
.claude/
CLAUDE.md

# Docs (local reference material)
Design Docs/
Visor API docs/

# Graphify knowledge graph outputs
graphify-out/

# Environment variables
.env
