.venv/
.mypy_cache/
.pytest_cache/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
htmlcov/
.coverage
.coverage.*

# Local env file (optional); not read by OpenRath — export vars in your shell instead.
.env
.workspace/

# OpenSandbox
.sandbox.toml

# Sphinx
docs/_build/