.venv/
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
build/
dist/
.coverage

# Local secrets (live-smoke BYO keys) — never committed
.env
