*.py[cod]
*.pyc
__pycache__
.pytest_cache/

.idea/
.vscode/

.venv*/
venv*/

.coverage
htmlcov/
