.env
# e2e harness config — holds prod API keys + e2a.dev key. The committed
# tests/e2e/.env.e2e.example documents the field names.
tests/e2e/.env.e2e
.venv/
docker-compose.override.yml
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
*.egg-info/
.DS_Store
*.pptx
*.pdf
*.key

# Personal photo, not for the repo.
josh.jpg

# Per-operator deploy config — holds GCP_PROJECT_ID etc., never secrets.
# The committed deploy/.deployrc.example is the documented template.
deploy/.deployrc
