# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# uv
.venv/

# IDE
.vscode/
.idea/
*.swp

# Templates: include scaffold-emitted .vscode (they ship recommended editor settings).
!packages/hestia-templates/**/.vscode/
!packages/hestia-templates/**/.vscode/**

# OS
.DS_Store
Thumbs.db

# Local dev
.env
.env.local
.hestia/
docker-compose.override.yaml

# Parallel sub-plan worktrees
.worktrees/

# mkdocs build output
site/

# Local Claude Code skill cache (machine-specific, not project state)
.claude/
.others/

