# Dependencies
node_modules/
package-lock.json
yarn.lock
# pnpm
.pnpm-store/
pnpm-debug.log*

# Build output
dist/
build/
*.tsbuildinfo

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

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

# OS
.DS_Store
Thumbs.db

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

# Database
*.db
*.db-shm
*.db-wal

# Testing
coverage/
.nyc_output/

# Temporary files
tmp/
temp/

