From ca7409a68bdb14be421831fac12842ca17a29941 Mon Sep 17 00:00:00 2001 From: wangziqi Date: Sat, 1 Aug 2026 15:08:45 +0800 Subject: [PATCH] chore: ignore local agent tooling files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index beb4dae1..484bf49e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,13 @@ bin/ .pnpm-store/ +###################################################################### +# Local agent tooling (never commit) + +.agents/ +skills-lock.json +.serena/ + ###################################################################### # IDE