# Artifacts produced by running the tutorials (the notebooks write these at run time).
out/
outputs/
*.csv
*.geojson
*.parquet
*.png
*.html
*.tif
.virtual_documents/
.ipynb_checkpoints/

# ...but the committed gallery thumbnails are intentional, not run-time artifacts: they are
# generated by scripts/make_doc_images.py and shown in README.md + the docs tutorials gallery.
!thumbs/
!thumbs/*.png
