__pycache__/
*.py[cod]
*.egg-info/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

.venv/
.venv*/
.env
.DS_Store

build/
dist/
dist-*/
