blob: ac02d8075a9ebd1653ed35615e9a32994f11fa8f (
plain)
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
|
# Binaries
/bin/
/bin/claudomator
/claudomator
*.exe
# Claude local settings
.claude/settings.local.json
# Go
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Data
*.db
*.db-journal
*.db-wal
# Test
coverage.out
coverage.html
*.out
*_test_bin
*.test
test_output
test_output.s
# Temp / scratch
nohup.out
overlay.json
tasks/
x
# Session state
SESSION_STATE.md
|