From 5d4ee6c58c2f1efdd1eccc4fb453d337c4e883c7 Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Mon, 9 Mar 2026 13:06:32 +0300 Subject: [PATCH] chore: add debug/ to .gitignore for skill eval artifacts Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1db0de8e..a8a67c9f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,9 @@ test-tmp/ # Инструменты (portable Apache и т.д.) tools/ +# Отладка навыков (eval, trigger-test, run_loop результаты) +debug/ + # Python кэш __pycache__/