# lote's local run state (host cache + run registry + logs)
.lote/

# a lote.toml created by manual testing
/lote.toml

# the mkdocs build output
site/

# python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
uv.lock

# tooling
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
.mypy_cache/
.pyrefly/
