__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
*.so
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local scratch / manual test scripts
test_sdk.py
try.py
try_phone_domain.py

# Secrets
secrets.yml
