*.py[co]
*.egg-info/
.eggs/
__pycache__/

/build/
/dist/
/public/
/venv/

/.mypy_cache/
/.pytest_cache/
/htmlcov/
/.coverage
/coverage.xml
/report.xml

*.sw[op]
/.vscode
