# Python
__pycache__/
*.py[co]
*.egg-info
/build
/dist

# uv
.venv/

# IDE files, .coverage, .pytest_cache, ...
.*
!/.github/
!.gitignore

# do not import jupyter notebooks for exploration
notebooks/
