# Python environments and caches
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
*.egg-info/

# Build output
build/
dist/

# Local agent/worktree state
.worktrees/
.pi-subagents/
.geo-workflow/
.planning/
.superpowers/

# Leftover local package caches are never part of this Python product.
node_modules/
.pnpm-store/

# Local environment files may contain credentials.
.env
.env.local
.env.*.local
