# Dependencies
node_modules
.pnp
.pnp.js

# Build output
.next
out
dist
build
*.tsbuildinfo

# Environment files & secrets — NEVER commit real credentials. The .env.example
# file is intentionally tracked so new contributors see the required keys.
.env
.env.local
.env.*.local
.env.development.local
.env.production.local
!.env.example
credentials.json
*.pem
*.key
service-account*.json

# Husky internal directory — husky v9 generates its own `_/` subfolder on
# install and expects it to be gitignored.
.husky/_

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

# Editor
.vscode
.idea
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Expo
.expo
.expo-shared
expo-env.d.ts
web-build

# Testing
coverage

# Misc
*.log
