-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
119 lines (100 loc) · 1.69 KB
/
Copy path.gitignore
File metadata and controls
119 lines (100 loc) · 1.69 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
# Test files
test/
*.test.js
*.test.txt
# Backup files
*.backup
*.bak
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Temporary files
tmp/
temp/
*.tmp
.bv/
# Beads ephemeral files
.beads/last-touched
.beads/.bv.lock
.beads/.local_version
.beads/daemon.lock
.beads/daemon.log
.beads/daemon-*.log
.beads/daemon-*.log.gz
.beads/*.db
.beads/*.db-*
.beads/*.sqlite
.beads/*.sqlite-*
.beads/*.sqlite3
.beads/*.sqlite3-*
.beads/*.migrated
# Python environments
.venv/
__pycache__/
*.pyc
*.pyo
# Rust build artifacts
**/target/
**/*.rs.bk
Cargo.lock
# Test artifacts
test-suite/artifacts/
rule-quality-variants/
# Compiled test artifacts
a.out
# Bead dump exports (dated ephemeral reports)
*_bead_dump_*.txt
# Beads history snapshots
.beads/.br_history/
# Profiling data
perf.data
perf.data.*
# Local scratch DBs
storage.sqlite3
storage.sqlite3-*
*.sqlite3.bak
# Prompt dump files (agent-generated diagnostic exports)
prompt_dump*.md
modules/prompt_dump*.md
# Agent-generated planning/reasoning scratch artifacts
modes-of-reasoning-*.md
reasoning-mode-*.md
*_modes_of_reasoning*.md
MOR_*.md
artifact-*.json
artifacts/*.json
# Tool caches
.ruff_cache/
# macOS resource fork files
._*
# bv graph output
--graph-format.svg
# ACFS ephemeral patterns (auto-generated agent artifacts)
core
core.*
cline.mcp.json
codex.mcp.json
cursor.mcp.json
gemini.mcp.json
opencode.json
windsurf.mcp.json
*.mcp.json.*.bak
.opencode.json.*.bak
.windsurf.mcp.json.*.bak
.agent-mail-project-id
.agent-mail.yaml
*.sqlite3.corrupt*
storage.sqlite3.corrupt-*
storage.sqlite3-shm.corrupt-*
storage.sqlite3-wal.corrupt-*
.beads/*.corrupt*
.beads/*.pre_repair_*
.beads/*.repair_candidate_*
.beads/*.bak-corrupt
tmp-rel-*