From 24bafabea3c1601cb3dfd627519a365041010c73 Mon Sep 17 00:00:00 2001 From: leavelet Date: Sun, 7 Jun 2026 09:52:39 +0000 Subject: [PATCH] chore: gitignore docs_internal and tai-kernel (internal harness/notes/kernels) These hold the internal benchmarking harness, investigation notes, and local kernel sources used during development. They were inadvertently committed in earlier lever-A work and have been stripped from history; ignore them so they stay on disk for local use but never get tracked again. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 778cc7b43..1488bf9b7 100644 --- a/.gitignore +++ b/.gitignore @@ -275,3 +275,8 @@ sgl-kernel/csrc/**/*_musa/ # Git worktrees .worktrees/ + +# Internal benchmarking harness, investigation notes, and local kernels +# (kept on disk for local work, never committed) +docs_internal/ +tai-kernel/