# OmniAPI — root .gitignore

.docs

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/

# Secrets — NEVER commit these
.env
.env.*
!.env.example
omni-api/.env
omni-api/.env.cloudrun.yaml
omni-site/.env.local

# Service account keys — target only credential/key JSON files, not package.json etc.
*-credentials.json
*-key.json
*serviceaccount*.json
firebase-adminsdk-*.json

# Dev launcher logs
.api.log
.site.log

# macOS
.DS_Store
