Datasets:
chore: ignore local agent state
Browse filesAgent tooling writes session state into the working tree while the
dataset is assembled, and that state must never reach a published
dataset repo.
- .gitignore +2 -0
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Local agent/session state, never part of the dataset
|
| 2 |
+
.omc/
|