# Dependencies
node_modules/

# Environment variables
.env
.env.local
.env.*.local

# Service Account credentials (NEVER commit!)
config/service-account-key.json
global/*.json
**/service-account-key.json

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

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Test coverage
coverage/

# Temporary files
*.tmp
.temp/
