.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd

.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/

build/
dist/
*.egg-info/

.DS_Store
