__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Noxaudit runtime state
.noxaudit/
noxaudit.yml

# Build output
site/

# Release email drafts and log (generated by cryyer)
drafts/
email-log.json

# Artifacts
.coverage
*.bak
*.local-bak
