chore(gitignore): ignore status/ directory

Excludes runtime workflow state (import queue, phase progress, orchestrator status) from version control. These are ephemeral artifacts of running the app, not source.
This commit is contained in:
Paul Huliganga 2026-03-30 10:18:21 -04:00
parent f77926b88a
commit 71a3e430b7
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -57,3 +57,6 @@ temp/
# Harness runtime state
.harness/*.json
# Workflow runtime state (recipe import processing)
status/