__pycache__/
*.py[cod]

.pytest_cache/
.mypy_cache/
.ruff_cache/

.venv/
venv/

dist/
build/
*.egg-info/

.DS_Store
