mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
chore: evals
This commit is contained in:
parent
2402b730fa
commit
3737118050
122 changed files with 22598 additions and 13 deletions
29
surfsense_evals/.gitignore
vendored
Normal file
29
surfsense_evals/.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue