MANIFEST
__pycache__/
*.pyc
/build/
/dist/
/*.egg-info

# tests
test.run
html/
/.cache/
/.pytest_cache/
/.venv

# coverage
.coverage
/htmlcov

#env
env/
