# Build artifacts
/target
**/target
node_modules/
.next/
.open-next/
.vercel/
.wrangler/
dist/
*.tsbuildinfo
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/

# Environment / secrets
.env
.env.*
!.env.example
!**/.env.example
.dev.vars

# Test/report output
playwright-report/
test-results/
coverage/

# OS / editor
.DS_Store
*.swp
