forked from Dicklesworthstone/mcp_agent_mail_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
178 lines (134 loc) · 3.14 KB
/
Copy path.gitignore
File metadata and controls
178 lines (134 loc) · 3.14 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# Build artifacts
/target/
.cargo-target-*/
# SQLite databases (runtime)
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
*.db
storage.sqlite3
# Temp dirs
_tmp_storage_root/
# Misc build output
a.out
# Local env (developer machine / CI)
.env
# Local server logs and PID files
agent-mail-*.log
agent-mail-*.pid
# E2E test artifacts (generated per-run)
tests/artifacts/
# Crate-local test artifacts (generated per-run)
crates/**/tests/artifacts/
# bv (beads viewer) local config and caches
.bv/
# Profiling artifacts
perf.data
perf.data.*
flamegraph.svg
# Benchmark results (generated per-run by `am bench`)
benches/results/
# Conformance scratch runs (legacy python reference generator)
crates/mcp-agent-mail-conformance/tests/conformance/python_reference/_scratch/
# Legacy Python reference code (local-only, not part of Rust workspace)
legacy_python_mcp_agent_mail_code/
legacy/
# FastEmbed model caches (downloaded at runtime)
.fastembed_cache/
**/.fastembed_cache/
# Database backup and recovery files
*.sqlite3.bak
*.sqlite3-wal.bak
*.sqlite3.corrupt-*
# Temporary directories
tmp/
test_logs/
# bv graph output
--graph-root.svg
--graph-format.svg
# Agent coordination config
.agent-mail.yaml
# Compiler crash reports
rustc-ice-*.txt
# Codex/agent build artifacts
target-codex*/
target_*/
# Archived mailbox state snapshots (ephemeral debug exports)
**/archived_mailbox_states/
# Ephemeral agent debug/test artifacts (accidental shell output)
18
42
7
GoldHawk:
SilverFox:
# Beads history snapshots
.beads/.br_history/
# Claude Code / AI agent ephemeral files
.claude/
# MCP config files (contain local bearer tokens — never commit)
*.mcp.json
# MCP config backup files (auto-generated during config updates)
*.mcp.json.*.bak
# CASS session mining output
LIST_OF_INPUT_MESSAGES.md
# Ephemeral files (agent-generated, build artifacts, test detritus)
ci-artifacts/
proptest-regressions/
test_meminfo
# Remote compilation helper artifacts
rch-artifacts/
target-rch-release/
target-rch*/
.rch-release-bin/
.rch-release-root/
.rch-target/
.rch-deploy-root/
rch-bin/
rch-install/
# Agent mail project identity
.agent-mail-project-id
# Vendored dependencies (local overrides)
vendor/
# But track uring-fs (required for builds; no crates.io release)
!vendor/uring-fs/
# Beads backup/conflict files
.beads/*.bak_*
# Beads DB corruption snapshots
.beads/*.corrupt.*
.beads/*.corrupt_*
# IDE config (agent-generated)
.vscode/
# Clippy output files
clippy.log
clippy_output.*
clippy_out.*
# SQLite memory-mode test DB files (leaked by in-memory URI tests)
crates/mcp-agent-mail-db/file:*
# Agent-generated Python fix scripts
/fix_*.py
# Dist build output
dist/
# OpenCode config (local agent config)
opencode.json
# Python cache
__pycache__/
scripts/__pycache__/
# SQLite corruption snapshots (timestamped)
*.sqlite3.corrupt
*.sqlite3.corrupt-*
*.sqlite3-shm.corrupt-*
*.sqlite3-wal.corrupt-*
# Native TUI test artifacts
tests/artifacts_native/
# E2E TUI test scripts (ephemeral)
tests/e2e/test_tui_*.sh
# One-off test scripts at repo root
/test_*.rs
# Agent session ephemeral files
SESSION_TODO.md
SESSION_REPORT.md
SESSION_*.md
verify_*.sh
newfile.txt
repro_*.rs
.claude/settings.local.json