node_modules/
dist/
.turbo/
.worktrees/
*.tsbuildinfo
.DS_Store
docs/superpowers/
CLAUDE.md

# Vitest coverage output — regenerated locally, huge HTML tree
coverage/

# Playwright MCP automation artefacts (accessibility snapshots, console logs)
.playwright-mcp/

# Loose PNG screenshots at the repo root (authored images belong in .github/)
/*.png

# Vercel local build cache
.vercel/

# Python build / runtime artifacts (agrex-py package)
__pycache__/
*.pyc
*.pyo
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
