# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Node / docs-site & web
node_modules/
docs-site/dist/
docs-site/.astro/
web/dist/

# Env & local state
.env
.DS_Store
logs/
*.log

# Editors
.idea/
.vscode/
_to_delete/

# graphify knowledge graph (build artifact, regenerate with: graphify update .)
graphify-out/

# Subagent-driven-development scratch coordination (not product truth)
.superpowers/
