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

.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/

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

.coverage
htmlcov/

.DS_Store
