From e8b9b911ef92be15466190cb80701a4a67806a87 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Fri, 17 Apr 2026 01:36:44 +0300 Subject: [PATCH] chore: Extend .gitignore with AI tooling directories Add .claude/, .cursor/, .cursorrules, .windsurfrules, AGENTS.md, GEMINI.md as defensive gitignore entries. None of these files currently exist in the repo, but this prevents accidental leaks of AI-assistant local state if such files appear in a future workspace. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d0cdba3..4d3172a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,12 @@ Thumbs.db # Claude Code working files CLAUDE.md +AGENTS.md +GEMINI.md +.claude/ +.cursor/ +.cursorrules +.windsurfrules docs/specs/ docs/superpowers/ docs/plans/