# Dependencies
node_modules/
package-lock.json

# Build output
dist/
typings/

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

# OS
.DS_Store
Thumbs.db
Desktop.ini

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

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

# Test
coverage/
.nyc_output/

# Temp
*.tmp
*.temp
.cache/

.agent/