*__pycache__*
*_build*
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

*.zip
dist/
build/

.vscode/
.idea/
.DS_Store

*.bak
*.swp

*.egg-info/
