# Worker build artifacts
worker/node_modules/
worker/.wrangler/
worker/dist/
worker/.dev.vars
worker/.dev.vars.*

# Bundle output
dist/
*.tar.gz

# Local config (should never land in this repo, but defense in depth)
.claude-routines/
config.json

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*~
