# Dependencies
node_modules
.pnp
.pnp.js

# pnpm is not used here — npm is canonical (see package-lock.json). Keep stray
# pnpm artifacts out of the tree so they don't drift or spawn Dependabot noise.
pnpm-lock.yaml
pnpm-workspace.yaml

# Testing
coverage

# Production
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

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