__pycache__/
*.py[cod]
*$py.class

.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.*
htmlcov/

.venv/
build/
dist/
*.egg-info/
