# Building and releasing library:
*.egg-info
*.pyc
*.so
build/
dist/
venv/

# Mac OS
.DS_Store

# Python tools
.mypy_cache/
.pytype/
.ipynb_checkpoints

# Editors
.idea
.vscode

wandb/
