chore: gitignore hardware_state.json (runtime artifact)

This commit is contained in:
gramps
2026-07-03 12:53:49 -07:00
parent 7291b8fc42
commit 3a557ee081
2 changed files with 1 additions and 16 deletions
+1
View File
@@ -5,3 +5,4 @@ __pycache__/
venv/
readme.md-
*.bak
hardware_state.json
-16
View File
@@ -1,16 +0,0 @@
{
"ram_total_gb": 15.2,
"ram_available_gb": 13.4,
"cpu_count": 16,
"vram_total_mb": 0,
"vram_free_mb": 0,
"llama_reachable": true,
"llama_models": [
"/home/gramps/models/Mistral-Nemo-Instruct-2407-Q4_K_M.gguf"
],
"qdrant_reachable": true,
"qdrant_collections": [
"jarvis_rag"
],
"searxng_reachable": false
}