# Editor / OS related
.vscode
.DS_Store

# Packaging tmp stuff #
#######################
build

# Compiled source #
###################
*.a
*.o
*.so
*.mod

# Doc generated files #
#######################
docs/_build
docs/source/user_guide/contrib/generated
docs/source/user_guide/contrib/index.rst
docs/source/user_guide/api/generated

# Python files #
################
# scikit-build-core working directory
_skbuild
_esp_build
# scikit-build-core dist directory
dist
# Egg metadata
*.egg-info
# other temporary files
.coverage
coverage.xml
.deps
.libs
.eggs
pip-wheel-metadata
wheelhouse
.tox
# MANIFEST

# pytest cache #
################
*.cache
.pytest_cache
*__pycache__
.ipynb_checkpoints
.cache/*
*__pycache__/
*.pyc
.report.json

# # Generated by sphinx-gallery
# tools/sphinx_gallery/generated/

# Custom testing files
tools/validation/_output/
debug.log

# Temporary data files
examples/pygimli_dcip/transform-2020-simpeg
