chore: evals

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-05-13 14:02:26 -07:00
parent 2402b730fa
commit 3737118050
122 changed files with 22598 additions and 13 deletions

29
surfsense_evals/.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# Python bytecode + caches
__pycache__/
*.py[cod]
*.pyo
# Editable-install / build artifacts
*.egg-info/
build/
dist/
.eggs/
# Virtual envs (uv venv default + common alternates)
.venv/
venv/
env/
# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
# Local secrets — keep `.env.example` tracked, never the real `.env`.
.env
.env.local
.env.*.local
!.env.example