# Dependencies
node_modules/
/.pnp
.pnp.js

# Build outputs
/dist
/build
/.cache

# Storybook
/storybook-static

# Testing
/coverage
/.nyc_output

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

# Environment
.env
.env.local
.env.*.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Temp files
*.tmp
.temp/
