# mogestrator runtime state
.mog/
mogestrator.local.yaml
.env

# eval artifacts
docs/results/*.raw.json

# Python
__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# OS / editors
.DS_Store

# mogestrator dev
.venv/
