chore: .scratch/ добавлен в .gitignore
- Зачем: - рабочие файлы конвейера (задачи-файлы) не должны попадать в дерево. - Что: - .scratch/ в .gitignore. - Проверка: - git status не показывает .scratch/. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
9307486ceb
commit
df204e5ae4
+2
-1
@@ -4,4 +4,5 @@ __pycache__/
|
|||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
dist/
|
dist/
|
||||||
*.pyc
|
*.pyc
|
||||||
.codex
|
.codex
|
||||||
|
.scratch/
|
||||||
Reference in New Issue
Block a user