From 1d16786b4f53c3062ab21c248f0b437640a0a401 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Sat, 30 May 2026 17:28:52 -0400 Subject: [PATCH] chore(gitignore): ignore local LLM runtime state --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index d9963c5..d82e3f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ +# Local AI/LLM runtime state +# Keep repo-level config folders such as .codex, .agents, .claude, .cursor, +# .gemini, .continue, and .opencode visible unless a specific local-only leaf +# is ignored below. +.code/ +.antigravitycli/ +.codex/sessions/ +.codex/history*.jsonl +.codex/log/ +.codex/logs/ +.codex/tmp/ +.agents/runs/ +.agents/tmp/ +.agents/cache/ +.claude/settings.local.json +.claude/settings.local.*.json +CLAUDE.local.md +.aider.chat.history.md +.aider.input.history +.aider.llm.history +.aider.tags.cache.*/ + .DS_Store .code/ .venv/