node_modules/
dist/
.output/
.vinxi/
.convex/
*.local
.env
.env.*
!.env.example
app.config.*
coverage/
.claude/
.tanstack/
.DS_Store

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

# Python CLI
__pycache__/
*.pyc
*.egg-info/
cli/dist/
cli/.venv/
