# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment files - these should come from Cloud Run secrets
.env
.env.*
.env.local
.env.*.local
env.example
.env.example

# Test files
*.spec.ts
*.spec.js
test
coverage
.nyc_output
jest.config.js

# Development files
.git
.gitignore
.claude
README.md
README_*.md
*.md
DEPLOY_MANUAL.md
verify-build.sh

# Build artifacts (optional - include if building inside Docker)
dist

# IDE files
.vscode
.idea
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db
.AppleDouble
.LSOverride

# Temporary files
*.tmp
*.temp
*.log

# Documentation
docs

# GitHub workflows
.github