*.egg-info
*.py[co]
*.sw[op]

/.venv
/.coverage
/.pytest_cache
/tmp
/build

.*ignore
!.gitignore
.python-version
.vscode
.DS_Store
