__pycache__/
*.pyc
*.pyo

.pytest_cache/
.mypy_cache/
.ruff_cache/

.pixi/
.venv/

dist/
build/
*.egg-info/

.DS_Store
.pixi/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.py[cod]
*.egg-info/
dist/
build/
