*.pyc
*.egg-info
__pycache__
build
dist
tmp
_tmp
data
.env
venv
.venv
.DS_Store
.python-version

### Coverage
.coverage
coverage.xml
