.git
.github
.venv
.mypy_cache
.pytest_cache
.ruff_cache
__pycache__
*.egg-info
dist
build
htmlcov
.coverage
*.pyc
*.pyo
tests
examples
docs
*.md
!README.md
Makefile
