From 12fea3dd09bb63d8c4eeaccf609c9f11e267ffa1 Mon Sep 17 00:00:00 2001 From: James George <25279263+jamesgeorge007@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:30:39 +0530 Subject: [PATCH] chore: ignore AI coding assistant config dirs --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 68c41261..4fa9e3e1 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,9 @@ devenv.local.nix # pre-commit .pre-commit-config.yaml + +# AI Coding Assistants +.claude/ +.cursor/ +.aider* +.windsurfrules