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
/target
Cargo.lock
*.log
.omk/
# Local Beads/worktree state. Sync Beads through bd/Dolt, not feature PRs.
/.beads/
/.beads-wisp/
/.worktrees/
# Generated documentation/site outputs. Keep source docs tracked.
/book/
/docs/book/
/docs/.vitepress/cache/
/docs/.vitepress/dist/
/docs/.docusaurus/
# Generated reports linked from docs or release notes.
/coverage/
/tarpaulin-report.html
/cobertura.xml
/lcov.info
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
# Local module contract draft
/MODULE_CONTRACT_PATTERN.ru.md
# Environment variables
.env
.env.*
# Sibling reference clones — kept locally for comparison, not vendored.
# Re-enable individually with `git add -f` if a real submodule is added later.
/bernstein/
/cline/
/cli-agent-orchestrator/
/SWE-agent/