# Dependencies
node_modules/

# Build outputs
dist/
build/
.next/
out/

# Environment files
.env
.env.local
.env.production.local
.env.development.local
.env.test.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
progress.log

# Testing
coverage/
.nyc_output/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Temporary files
*.tmp
*.temp
.cache/

# Storybook
storybook-static/

# Misc
*.log
Thumbs.db