← back to Knowledge Layer Skill

knowledge-layer/.gitignore

28 lines

# 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