summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ea898d1347d3ce6b389e86fa8c1b0493f68679e0 (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
# 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

# Session state
SESSION_STATE.md