__pycache__/
*.py[cod]
*.so

.venv/
venv/
ENV/

.pytest_cache/
.ruff_cache/
.mypy_cache/

build/
dist/
*.egg-info/

.coverage
htmlcov/
