evalstone/webui/.gitignore
sora 7c449d3126 Add local EvalStone web UI for launch and results comparison.
Add a FastAPI panel under webui/ to select suites or benchmarks, configure model endpoint and thinking mode, stream evaluation logs, and visualize multi-model scores from output/.
2026-07-29 06:49:39 +00:00

6 lines
85 B
Plaintext

# Runtime job state / logs — do not commit
data/
__pycache__/
*.pyc
.pytest_cache/