# Dependencies
node_modules/

# Build / SvelteKit
build/
.svelte-kit/
dist/

# Environment
.env
.env.*
!.env.example

# Local / IDE
.cache/
.history/
.DS_Store

# Logs
*.log
npm-debug.log*

# Storybook
storybook-static/
