# Dependencies
node_modules/
jspm_packages/
.pnp/
.pnp.js
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz

# Build output
dist/
build/
out/
lib-cov/

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

# Runtime / coverage
.nyc_output/
coverage/
*.pid
*.seed
*.pid.lock

# Env files
.env
.env.local
.env.*.local

# Cache
.npm/
.eslintcache
.cache/
.parcel-cache/
