|
@@ -161,6 +161,9 @@ __pycache__/
|
|
|
patents/patent-01-lint/node_modules/
|
|
patents/patent-01-lint/node_modules/
|
|
|
|
|
|
|
|
# ==============================
|
|
# ==============================
|
|
|
-# Agent workspace (local data, not tracked)
|
|
|
|
|
|
|
+# Agent workspace — run data, not tracked
|
|
|
|
|
+# Each run creates workspace/run_YYYYMMDD_HHMMSS/ with intermediate
|
|
|
|
|
+# and final artifacts. These are local execution data, never committed.
|
|
|
# ==============================
|
|
# ==============================
|
|
|
-agentexample/**/workspace/
|
|
|
|
|
|
|
+**/workspace/
|
|
|
|
|
+!**/workspace/.gitkeep
|