.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
__pycache__/
*.py[cod]
*.egg-info/
.ipynb_checkpoints/
dist/
build/
notebooks/*.html

