# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock

# TypeScript
*.tsbuildinfo
dist/
build/
lib/

# IDE and Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.env
.env.local
.env.*.local

# Testing
coverage/
.nyc_output/

# Logs
logs/
*.log

# Misc
.cache/
.temp/
*.bak
*.tmp
.env.test
.env.production

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache