
# python cache
*.egg-info
__pycache__
.eggs
.mypy_cache

# misc
.vscode
.DSStore
.devcontainer
cache
build

# docs
site/
