-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (76 loc) · 1.54 KB
/
Copy path.gitignore
File metadata and controls
96 lines (76 loc) · 1.54 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
# Local Claude Code overrides — operator-specific workflow notes
CLAUDE.local.md
# Claude worktrees
.claude/worktrees/
# Cost tracking logs
.claude/cost-log.jsonl
# Node
node_modules/
# Temp files
*.tmp
*.swp
.codex
*.log
# Environment
.env
.env.*
# Certificates
*.pem
*.key
*.p12
*.crt
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
# Claude Code sandbox (sets $HOME to CWD, dropping shell dotfiles here)
.bash_profile
.bashrc
.zshrc
.zprofile
.profile
.gitconfig
.ripgreprc
# Session local state (settings.local.json is per-developer)
.claude/settings.local.json
# claude-code-hermit
# Hermit local state (fully local in this monorepo)
.claude-code-hermit/OPERATOR.md
.claude-code-hermit/sessions/
.claude-code-hermit/templates/
.claude-code-hermit/cost-log.jsonl
.claude-code-hermit/config.json
.claude-code-hermit/proposals/
.claude-code-hermit/MEMORY-SEED.md
.claude-code-hermit/sessions/.eval-hash
.claude-code-hermit/state/
.claude-code-hermit/raw/
.claude-code-hermit/compiled/
.claude-code-hermit/cost-summary.md
.claude-code-hermit/bin/
.claude-code-hermit/HEARTBEAT.md
.claude-code-hermit/knowledge-schema.md
# Claude Code internal state
.claude/agent-memory/
.claude/scheduled_tasks.lock
.claude/state/
# History
.history/
# Cost log
.claude/cost-log.jsonl
# Local data
.local
.claude.local/
# Local obsidian
.obsidian/
# Docker scaffolding generated by /docker-setup (dogfood only — not shipped)
Dockerfile.hermit
docker-compose.hermit.yml
docker-entrypoint.hermit.sh
docker-backup/
# Agents
AGENTS.md
# Graphify output
graphify-out/