# ── Secrets — NEVER commit these ─────────────────────────────────────────────
.env
.env.local
.env.*.local

# ── Python ────────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.whl
*.tar.gz
.eggs/

# ── Virtual environments ──────────────────────────────────────────────────────
venv/
.venv/
.venv*/
env/
.env/

# ── AgentTrust local data ─────────────────────────────────────────────────────
*.db
/tmp/agentrust_*.db

# ── Testing ───────────────────────────────────────────────────────────────────
.pytest_cache/
.coverage
htmlcov/
