# Python
__pycache__/
*.pyc
.venv/

# Vercel
.vercel
.env*.local

# Superseded legacy code — kept on disk, not part of the product repo.
# webapp.py: pre-serverless SQLite monolith (replaced by lib/ + api/ + dev.py)
# server.py: old local-SQLite MCP (replaced by the cloud client in agent/)
/webapp.py
/server.py

# OS
.DS_Store

# Playwright test artifacts
.playwright-mcp/
*.png

# Subagent-driven dev scratch (ledger, briefs, diffs)
.superpowers/

# Python build artifacts
dist/
*.egg-info/
