# Tests
__tests__/
tests/
*.test.js
*.spec.js

# Internal scripts
scripts/
*.mjs

# Config
.env
.env.*
.clasp.json
.clasprc.json
tsconfig.json
vitest.config.js

# Local files
.DS_Store
node_modules/
dist/
build/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npmrc
