# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# Build output
dist/
build/
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
*.sublime-project
*.sublime-workspace
# Logs
logs/
*.log
# Testing
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
# Misc
.cache/
.npm/
.eslintcache
.stylelintcache
*.tgz