# generic
__pycache__/
*.egg-info/
.python-version

# package-specific
.ipynb_checkpoints/
.pytest_cache/

# vendor/build files
dist/
build/
doc/_autoref/
doc/_autosummary/
doc/_build/

# misc local
/Makefile
notebooks/

