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
@@ -5,3 +5,4 @@ __pycache__/
|
|||||||
dist/
|
dist/
|
||||||
*.pyc
|
*.pyc
|
||||||
.codex
|
.codex
|
||||||
|
.scratch/
|
||||||
Reference in New Issue
Block a user