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
# Rust build output
/target
# Local release artifacts
/dist
/.dist
# Logs and OS files
*.log
.DS_Store
# Patchloom backup sessions (created by --apply)
.patchloom/
# Grok session state
.grok/
# Fuzz testing artifacts
fuzz/target/
fuzz/corpus/
fuzz/artifacts/
# Benchmark result files (local runs, not committed)
benches/agent/results/
benches/mcp/results/
# SBOM artifacts (generated by cargo-cyclonedx)
*.cdx.json
# mdBook build output
/book-output/
# Python virtual environments
tests/agent/.venv/
tests/agent/.pytest_cache/
__pycache__/