.DS_Store
__pycache__/
*.py[cod]
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

.venv/
venv/

dist/
build/
site/

*.log

