# Python
__pycache__/
*.pyc
/dist/
/src/
/*.egg-info/
/.mypy_cache/
/build/

# Sphinx
/docs/build/
