forked from Dicklesworthstone/ntm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (55 loc) · 832 Bytes
/
.gitignore
File metadata and controls
69 lines (55 loc) · 832 Bytes
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
# Binaries (only at root, not cmd/ntm/)
/ntm
*.exe
dist/
# Test coverage
coverage.out
coverage.html
# IDE
.idea/
.vscode/
vscode/node_modules/
vscode/out/
vscode/package-lock.json
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
._*
# Go
vendor/
# Test binaries
*.test
coverage.out
dashboard_debug.txt
# Debug output files
internal/cli/outputs/
# bv (beads viewer) local config and caches
.bv/
*.out
.ntm/
# beads local state
.beads/.br_history/
.beads/.bv.lock
# Temporary/backup files
*.bak
*.incomplete
*.jsonl.lock
# Go build temp directories
.tmp-go/
# Coverage reports
cli_coverage.txt
# Screenshots
Snipping_*.png
# Ephemeral/temporary files (agent workflow artifacts)
RESEARCH_FINDINGS.md
TOON_INTEGRATION_BRIEF.md
cov_*.out
rustc-ice-*.txt
*.snap.new
sweep_*.png
test_screenshot.png
# E2E runtime lockfiles
e2e/*.lock