__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.benchmarks/
.coverage
htmlcov/
.DS_Store

# Built from the Typer command tree by tools/generate_man_pages.py and the Hatch build hook.
man/*.1
