.*

.venv
*.egg-info

.mypy_cache
.ruff_cache

.coverage
.pytest_cache
htmlcov
coverage.xml

__pycache__

build/
dist/

!.github
!.gitignore
