.DS_Store
._*

__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode

*.egg
*.egg-info
.coverage
.pytest_cache
.tox
build
dist
htmlcov
Pipfile.lock

coverage.xml
