From f5ca30f7b2a7c6732b5acfd6381eed1c7e362b1f Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Wed, 13 May 2026 23:21:47 -0700 Subject: [PATCH 1/2] update .gitignore Signed-off-by: Xin Yao --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8a627a7e76..fbc2564e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ tensor_dumps/ artifacts/ .DS_Store .claude/ +.agents/ +.codex/ +AGENTS.md +CLAUDE.md From b917232c07532d4d77e35acac3d8d6469829d415 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Wed, 13 May 2026 23:28:14 -0700 Subject: [PATCH 2/2] update .gitignore Signed-off-by: Xin Yao --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fbc2564e0c..2e9aa6baa4 100644 --- a/.gitignore +++ b/.gitignore @@ -42,8 +42,8 @@ compile_commands.json tensor_dumps/ artifacts/ .DS_Store -.claude/ -.agents/ -.codex/ +.agents +.claude +.codex AGENTS.md CLAUDE.md