-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (42 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
52 lines (42 loc) · 1.07 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
# Compiled binary at repo root (also covered by build/).
/malcom
/bin/
/build/
*.exe
# nohup default stdout sink when a launch script forgets to redirect
/nohup.out
# Local convenience symlinks to log dirs on the data mount
/download-current.out
/download-current.err
# Runtime data: node identity (private key!), block cache, addrbook snapshots,
# crawl results, per-peer activity dumps. Keep these out of git.
/data/
# Output dirs from `malcom snapshot fetch / import` and `malcom bootstrap`.
# Live wherever -out points; pattern matches the repo-root case.
# /gaia_*/ is the legacy bootstrap output name (pre chain-flexible
# rewrite); /home_*/ is the current name.
/snapshot_*/
/appdb_*/
/gaia_*/
/home_*/
# Per-session scratch dirs the bootstrap and end-to-end test runs drop
# at the repo root. Kept locally for investigation.
/bootstrap-test/
/e2e-test/
/e2e-test-*/
/prof-runs/
/bench-results/
# Backup dirs created by `malcom clean`.
*.bak.*
# Local Claude/IDE state
.claude/scheduled_tasks.lock
.claude/local/
.idea/
.vscode/
# Editor swap
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db