# macOS
.DS_Store
**/.DS_Store

# Node.js dependencies
node_modules/

# Build output and caches
dist/
build/
.vite/
.cache/
coverage/

# Environment files (keep examples in Git)
.env
.env.*
!.env.example
!.env.*.example

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

# Editor and IDE settings
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.swp
*.swo

# Temporary files
*.tmp
*.temp
*~
