chore(ms-ai-architect): Spor 1 — gitignore *.tmp.* + .kb-backup, suite grønn [skip-docs]

This commit is contained in:
Kjell Tore Guttormsen 2026-07-04 10:21:33 +02:00
commit a491afacc7

3
.gitignore vendored
View file

@ -39,6 +39,9 @@ scripts/kb-eval/data/skill-score-report.json
# build-judge-payloads.mjs; regenerated on demand, not committed (bulk + churn).
scripts/kb-eval/data/judge-bakeoff-payloads-*.json
.kb-backup/
# atomic-write temp files (atomicWriteSync writes `<name>.tmp.<pid>.<n>` then renames);
# a crash mid-write could leave one behind — never let it reach the public mirror.
*.tmp.*
.rollback-in-progress
# --- session/local state — LOCAL-ONLY (gitignored) ---