Ignore kaizen metrics and local agent backup directories
Runtime .kaizen/metrics/ output and agents_backup_* migration copies should not appear in version control.
This commit is contained in:
parent
1ad3dfac77
commit
87f6c00f6d
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -186,3 +186,9 @@ state-hub/dashboard/src/.observablehq/
|
||||||
state-hub/dashboard/dist/
|
state-hub/dashboard/dist/
|
||||||
state-hub/kubectl
|
state-hub/kubectl
|
||||||
|
|
||||||
|
# Kaizen runtime artifacts (generated per agent run)
|
||||||
|
.kaizen/metrics/
|
||||||
|
|
||||||
|
# Local agent definition backups (migration artifacts)
|
||||||
|
agents_backup_*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue