# ─── Quality Pipeline ──────────────────────────────────────────────────────── # Generated by audit.py — never commit these reports/ # ─── Python ────────────────────────────────────────────────────────────────── .venv/ __pycache__/ *.py[cod] *.pyo *.pyd *.egg-info/ dist/ build/ .coverage .coverage.* coverage.xml *.egg # ─── Secrets — never commit these ──────────────────────────────────────────── .env .env.* *.key *.pem *.p12 *.pfx kubeconfig *_rsa *_dsa *_ecdsa *_ed25519 # ─── Tool caches ───────────────────────────────────────────────────────────── .mypy_cache/ .pytest_cache/ .ruff_cache/ .semgrep/