chore: .scratch/ добавлен в .gitignore

- Зачем:
  - рабочие файлы конвейера (задачи-файлы) не должны попадать в дерево.
- Что:
  - .scratch/ в .gitignore.
- Проверка:
  - git status не показывает .scratch/.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Dmitriy Dementiev
2026-07-09 20:33:02 +03:00
co-authored by Claude Fable 5
parent 9307486ceb
commit df204e5ae4
+2 -1
View File
@@ -4,4 +4,5 @@ __pycache__/
.mypy_cache/ .mypy_cache/
dist/ dist/
*.pyc *.pyc
.codex .codex
.scratch/