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

# Env / secrets
.env
.env.*

# macOS
.DS_Store

# Editors
.idea/
.vscode/

# Agent / test runtime state
.superpowers/
docs/superpowers/
.hypothesis/
.codex-wt/
.claude/

# Internet-Draft local build output (already matched by the generic
# `build/` rule above; named explicitly for discoverability).
ietf/build/

# Node (TS verifier)
node_modules/

# Playwright
test-results/
playwright-report/
.playwright-mcp/
