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

.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/

.venv/
venv/
env/

build/
dist/
*.egg-info/

.coverage
htmlcov/
