# MacOS / General
.DS_Store
**/.DS_Store

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

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# Next.js build output
.next
out

# Gatsby files
.cache/

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# playwright tests
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

# This file is used to determine the currently deployed commit SHA.
# It is generated during the build process and should not be manually edited.
/public/current-sha.txt

pnpm-lock.yaml
.idea

# Docs audit results
audit-results.json
image-audit-results.json
scripts/dry-run/
