 caches
__pycache__/
.cache/
tests/.coverage
# build artifacts
docs/pytest/
docs/sphinx-html/
docs/sphinx/api
.eggs
build
# IDE stuff
venv
.idea
# mac os specific
.DS_Store

