[object Object]

← back to Polymtrx Skill

auto-data-snapshot: 2026-09-10T13:39:50 (1 data files) — skills/polymtrx/.gitignore

eb8180d77eae53bd887895cb8298a39f63ea1f60 · 2026-09-10 13:42:32 -0700 · auto-commit-fleet

Files touched

Diff

commit eb8180d77eae53bd887895cb8298a39f63ea1f60
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date:   Thu Sep 10 13:42:32 2026 -0700

    auto-data-snapshot: 2026-09-10T13:39:50 (1 data files) — skills/polymtrx/.gitignore
---
 skills/polymtrx/.gitignore | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/skills/polymtrx/.gitignore b/skills/polymtrx/.gitignore
new file mode 100644
index 0000000..a9ea150
--- /dev/null
+++ b/skills/polymtrx/.gitignore
@@ -0,0 +1,27 @@
+# Standard skill .gitignore (TK-11431). Versions CODE + meaningful state, not run artifacts.
+node_modules/
+.env
+.env.*
+__pycache__/
+*.pyc
+.DS_Store
+dist/
+build/
+.next/
+tmp/
+output/
+*.log
+*.mp4
+*.mov
+*.zip
+*.ipa
+.playwright-mcp/
+
+# data/ is runtime output and churns every run. Keep only the files that carry MEANING:
+# the heartbeat (what the rollup reads) and baselines (baseline-aware canaries' real state).
+data/*
+!data/latest.json
+!data/baseline.json
+!data/known-broken.txt
+!data/seen-state.json
+!data/manifest.json

← c08e0df auto-data-snapshot: 2026-08-13T12:57:05 (2 data files) — ski  ·  back to Polymtrx Skill  ·  (newest)