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

.venv/

.mypy_cache/
.pytest_cache/
.ruff_cache/

build/
dist/
*.egg-info/
