# 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/

# Node (TS verifier)
node_modules/

# Playwright
test-results/
playwright-report/
