From df204e5ae40bd99412cc6bb8b6e03b3749264524 Mon Sep 17 00:00:00 2001 From: Dmitriy Dementiev Date: Thu, 9 Jul 2026 20:32:48 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20.scratch/=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Зачем: - рабочие файлы конвейера (задачи-файлы) не должны попадать в дерево. - Что: - .scratch/ в .gitignore. - Проверка: - git status не показывает .scratch/. Co-Authored-By: Claude Fable 5 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 514913b..24e0c31 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ .mypy_cache/ dist/ *.pyc -.codex \ No newline at end of file +.codex +.scratch/ \ No newline at end of file