.venv/
__pycache__/
*.pyc
*.pyo
.env
.output/
output/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.DS_Store

# Throwaway commit-message scratch files used by the assistant when writing
# multi-line messages from a non-interactive shell.
.git-commit-msg.tmp
