.venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/

# coverage
.coverage
coverage.xml
htmlcov/

# mkdocs build output
site/
