From 54c2425589e1b449860c0479583e90761b544a8b Mon Sep 17 00:00:00 2001 From: ragnarokkr Date: Fri, 6 Mar 2026 18:02:17 +0100 Subject: [PATCH] Add AI .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While using AI agents locally in your projects is fine when done correctly, having to constantly fight PRs polluted by unsolicited external AI-generated files is exhausting in the long run. It’s therefore important—and necessary—to keep projects clean and isolated from this relentless spread of unnecessary and overused AI output. --- AI.gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 AI.gitignore diff --git a/AI.gitignore b/AI.gitignore new file mode 100644 index 00000000..85a012b8 --- /dev/null +++ b/AI.gitignore @@ -0,0 +1,30 @@ +### AI ### + +# Agentic CLI config files/directories +.aider* +.ai* +.claude* +.cline* +.cursor* +.gemini* +.instructions.md +.llm* +.opencode* +.windsurf* +copilot* + +# Generated docs/context +AGENTS*.md +CLAUDE*.md +JULES*.md +*.mdc +data/ +tmp/ +tmp/* +*.log +*.tmp +*.cache + +# Chat/session history +*.chat +*.session