__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
*.yaml.local
google-ads.yaml
.env

# Google Cloud service account key files (contain private keys) --
# must never be committed.
*service-account*.json
moosmoos-marketing-os-*.json

