Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Loading