From ff667b69d92f380b8082d29ed52e36f6b616ae11 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 9 Jan 2026 19:02:43 +0800 Subject: [PATCH] Update .gitignore to include introduction directory - Added the introduction directory to the .gitignore file to prevent tracking of its contents in version control, improving repository cleanliness. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d1b23f38..030841f9 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ agent/search/TODO.md agent/search/job-logs.txt agent/test/MULTI_TURN_DESIGN.md agent/test/UPGRADE_PLAN.md +introduction/*