# Secrets and local environment
.env
.env.*
!.env.example
!.env.sample
.envrc
*.env
.npmrc
.npmrc.*
.yarnrc
.pnpmrc
.netrc
.netrc.*
*.pem
*.key
*.crt
*.p12
*.pfx
*.token
*.secret
*.credentials
*.credentials.*
auth.json
auth.*.json
credentials.json
credentials.*.json
secret.json
secret.*.json
secrets.json
secrets.*.json
token.json
token.*.json
tokens.json
tokens.*.json
openclaw.json
openclaw.json.bak*
.openclaw/
.openclaw-*/
.clawhub/
.context7/
context7.local.json
context7.*.local.json

# Dependencies and build output
node_modules/
dist/
coverage/
package/
*.tgz
*.tar
*.tar.gz
*.zip

# Logs and local caches
*.log
*.log.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.cache/
.tmp/
tmp/
temp/
.local/
.local-*/
.eslintcache
*.eslintcache
.nyc_output/
.vite/
.vitest/
.turbo/
.pnpm-store/
.yarn/
.yarnrc.yml
*.tsbuildinfo
lcov.info
test-results/
playwright-report/
screenshots/
secret-scan/
secret-scan-results/
secret-scan-report.*
gitleaks-report.*
trufflehog-report.*
*.sarif
*.sqlite
*.sqlite3
*.db
*.db-journal

# Local agent, editor, and OS state
.codex/
.agents/
.claude/
.cursor/
.windsurf/
.idea/
.vscode/
.DS_Store
._*
Icon?
Thumbs.db
*.swp
*.swo
*~
