*.py[co]
.DS_Store
_build
build
dist
*.egg-info
*.eggs/
*~
*.bak
*.swp
.ipynb_checkpoints/
.cache
.mypy_cache

.coverage
*.dist-info/
*.pytest_cache/

.vscode
.idea
