__pycache__/
*.pyc
*.pyo
.env
*.egg-info/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
dist/
build/
*.log
*.tmp
*.swp

# Machine-local audit artifacts (regenerated on every audit run). The scoped
# form lands here too — a per-branch run writes last_audit_{branch}.json into
# THIS directory whichever branch was audited, so the glob has to cover them all.
.seedgo/last_audit.json
.seedgo/last_audit_*.json
