# Environment variables (contains API keys)
.env
.env.local
.env.*.local

# OAuth2 tokens
.google-tokens.json
*.tokens.json
service-account-key.json
.google-credentials.json

# Output files (generated results)
output/*.json
reports/*.md

# System files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

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

# Node modules
node_modules/

# Test coverage
coverage/
.npm

# Temporary files
tmp/
temp/
*.tmp

# Development test scripts with hardcoded API keys
test-olostep-key.js
