# Python build/runtime artifacts.
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environments.
venv/
.venv/

# Tooling caches.
.pytest_cache/
.ruff_cache/

# Local scratch.
tmp/

# Audit orchestration sidecars (ephemeral analysis).
docs/audits/*.run.log
docs/audits/*.audit-state.json
