# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/

# Python build artifacts (sdist/wheel; `dist/` is covered below)
build/
*.db
*.sqlite
*.sqlite3
.env
.env.local
.env.*.local

# Node / frontend
node_modules/
dist/
.vite/

# Misc
.DS_Store

# Playwright + local demo artifacts
.playwright-mcp/
*.png
*.tsbuildinfo
*.db-shm
*.db-wal

# subagent-driven-development scratch (ledger, briefs, reports)
.superpowers/
