*.egg-info
*.py[co]
__pycache__

.coverage
.coverage.*
coverage.xml
coverage-*.xml
pytest-*.xml

.tox/
.eggs/
.cache/

/env/
/build/
/dist/
