# Cache directories and files
build
dist
examples/figures
joblib
.venv
.pytest_cache
.mypy_cache/
*.pyc
__pycache__
*.egg-info
.coverage*

# documentation 
docs/_build/
docs/src/generated/
docs/src/sg_execution_times.rst
tools/documentation_developer/CONTRIBUTING.rst
tools/documentation_developer/CONTRIBUTORS.rst
docs/src/whats_news/CHANGELOG.rst

# file generated by hatch
src/hidimstat/_version.py

# IDE specific folders
.vscode

.DS_Store
coverage.xml

