# Compiled python modules.
*.pyc

/MANIFEST
/dist
/build
/setup.cfg

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
project/
.pytest_cache/

# docs build
docs/build

# docs jupyter
docs/jupyter_execute

# docs myst-sphinx-gallery
docs/source/examples/**/*.ipynb
docs/source/examples/**/*.rst

# ipython checkpoints
docs/source/**/.ipynb_checkpoints
examples/.ipynb_checkpoints

# dask worker space
docs/source/**/dask-worker-space

# cached simulation results
docs/source/**/cache

# vscode
.vscode

#hypothesis
.hypothesis

# codecov
coverage.xml
.coverage

# nox
.nox