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
# ── Build artifacts ──
/target/
**/*.rs.bk
# ── IDE and editor ──
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# ── Environment and secrets ──
.env
.env.*
*.pem
*.key
*.p12
*.pfx
# ── AI tooling and project docs (not versioned) ──
.claude/
docs_prd/
docs_rules/
CLAUDE.md
AGENTS.md
AGENTS.pt-BR.md
# ── Test and runtime logs (development artifacts) ──
*.log
# ── atomwrite WAL sidecars (runtime artifacts, never commit) ──
# Pattern matches: .atomwrite.journal.<target>.atomwrite.journal.json
# and the empty .atomwrite.journal.json sidecar from atomic_write
**/.atomwrite.journal*.json
# ── sqlite-graphrag runtime artifacts (local databases and queues) ──
graphrag.sqlite
graphrag.sqlite-shm
graphrag.sqlite-wal
.enrich-queue.sqlite
.enrich-queue.sqlite-shm
.enrich-queue.sqlite-wal
.ingest-queue.sqlite
.ingest-queue.sqlite-shm
.ingest-queue.sqlite-wal
# ── Local cargo config and working notes (never commit) ──
.cargo/config.toml
gaps.md
fuzz/corpus/
.serena/