.venv/
__pycache__/
*.py[cod]
*.egg-info/
.coverage
.coverage.*
coverage.xml
.pytest_cache/
build/
dist/
htmlcov/

!.github/
!.github/**
!.pre-commit-config.yaml
