# Elm
elm-stuff/
elm.js

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Secrets and local environment
.env
.env.*
!.env.example
*.p8
*.pem
*.key
*.local
.wrangler/
wrangler.toml

# Tailwind

# OS
.DS_Store
Thumbs.db

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

# Pre commit hook
tmp

# Temporary files (Claude auto-fix logs)
tmp/
