__pycache__/
*.py[cod]

build/
dist/
*.egg-info/

docs/_build/
docs/api/

htmlcov/
.coverage
.mypy_cache

venv/
