From bb7519182e3910487675f3b01d67029e12bb9801 Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Mon, 4 May 2026 15:50:17 -0600 Subject: [PATCH] chore: add developer tool files to .gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index ce3044f..af9341d 100644 --- a/.gitignore +++ b/.gitignore @@ -228,4 +228,18 @@ $RECYCLE.BIN/ #VS Code Folder .vscode +### AI / Claude ### +.claude/ +CLAUDE.md +.cursorrules +.cursorignore +.aider* +.copilot/ +.github/copilot* +.windsurfrules +.codeium/ +.continue/ +.qodo/ +memory/ + # End of https://www.toptal.com/developers/gitignore/api/renpy,python,windows \ No newline at end of file