-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (37 loc) · 696 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (37 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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
.env
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.code/
*.override.*
.ab-av1-*/
frontend/node_modules/
frontend/.svelte-kit/
state/
scratch/
handoff*.md