__pycache__/
.coverage
dist/
.pytest_cache/
.ruff_cache/
.venv/

# notebooks are handled by jupytext
.ipynb_checkpoints/
*.ipynb
jupyter_execute/

# files generated by running the examples
examples/example_output_*

# docs are generated. Figures are copied from example
docs/build
docs/source/autoapi
docs/source/customapi/tutorials/figures/
