.venv
*.py[co]
*.mo
*.so

/*.egg-info
/build
/dist

.coverage
.coverage.*
coverage.*

.cache
.pytest_cache
.mypy_cache
