# Dependencies
node_modules
.pnpm-store
.npm

# Lockfiles from other package managers (we use pnpm)
package-lock.json
yarn.lock
bun.lockb

# Local env and secrets
.env
.env.*
!.env.example

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

# OS and IDE
.DS_Store
Thumbs.db
.idea
*.swp
*.swo
*~

# SvelteKit
.svelte-kit

# Build output
dist
build
.next
out
