← back to Knowledge Layer Skill
auto-data-snapshot: 2026-09-10T13:39:50 (1 data files) — knowledge-layer/.gitignore
2f835e2217f6956f0986df41f355f0f5970536f9 · 2026-09-10 13:40:20 -0700 · auto-commit-fleet
Files touched
A knowledge-layer/.gitignore
Diff
commit 2f835e2217f6956f0986df41f355f0f5970536f9
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date: Thu Sep 10 13:40:20 2026 -0700
auto-data-snapshot: 2026-09-10T13:39:50 (1 data files) — knowledge-layer/.gitignore
---
knowledge-layer/.gitignore | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/knowledge-layer/.gitignore b/knowledge-layer/.gitignore
new file mode 100644
index 0000000..a9ea150
--- /dev/null
+++ b/knowledge-layer/.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
← 0f05fc4 knowledge-layer skill: Karpathy/gBrain LLM-compiled wiki (in
·
back to Knowledge Layer Skill
·
(newest)