# cached and test files
**/*__pycache__
**/*.ipynb
.pytest_cache
.coverage
.mypy*
.vscode

# build
build
dist
*.egg
*.egg-info