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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Build artifacts
/target
Cargo.lock
# Database files
*.db
*.db-journal
# OS files
.DS_Store
Thumbs.db
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
# AI and LLM related files
# These are excluded to keep the open source repo clean
# Contributors should provide their own AI/LLM configuration
CLAUDE.md
AGENTS.md
GEMINI.md
.claude/
.cursor/
.copilot/
.aider*
.continue/
.codeium/
.tabnine/
.sourcegraph/
*.prompt
*.prompts
.llm/
.ai/
ai-context/
llm-config/
# Session and conversation logs from AI tools
*.jsonl.ai
*.conversation
.chat_history/
# Local configuration that may contain AI settings
.env.local
.env.*.local
secrets.yaml
secrets.json
# Development planning docs (local only)
docs/
ROADMAP.md
WORKLOG.md