# ============================================
# Dobby Platform - Git Ignore
# ============================================

# Environment Variables (CRITICAL - Never commit!)
.env
.env.local
.env.dev
.env.prod
.env.*.local
.env.*.backup
*.backup

# Credentials & Secrets
/credentials/
*.pem
*.key
service-account.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Next.js
.next/
out/
build/
dist/

# Debug
*.log

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

# Testing
coverage/
.nyc_output/
test-results-*.json
testing_sessions/

# Build output artifacts
tsc-*.txt
test_write.txt

# Docker
docker-compose.override.yml

# OS
Thumbs.db

# Backups
backups/

# Claude settings (local)
.claude/settings.local.json

# ============================================
# Render Monitor
# ============================================
render-monitor/.env
render-monitor/logs/
render-monitor/*.log
render-monitor/*.jsonl
.venv/
