-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (53 loc) · 1.1 KB
/
.gitignore
File metadata and controls
60 lines (53 loc) · 1.1 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
# macOS
.DS_Store
# Generated
*.pdf
# Local testing
test-project/
# Private / business data (NEVER commit)
BUSINESS_PRIVATE.md
SESSION_HANDOFF.md
SESSION_LOG.md
CLAUDE.md
# Claude runtime state
.claude/research.md
.claude/state.json
.claude/state.json.lock
.claude/bypass_active.json
.claude/enforcement_breaker.json
.claude/saneloop-state.json
.claude/saneloop-archive/
.claude/edit_count.json
.claude/tool_count.json
.claude/read_history.json
.claude/recent_actions.json
.claude/compliance_streak.json
.claude/user_patterns.json
.claude/memory_staging.json
.claude/memory.json
.claude/research.md
.claude/research-locks.json
.claude/mcp_doctor_last.json
.claude/sop-verify-state.json
.claude/context_warned_size.txt
.claude/session_start_debug.log
.claude/*.jsonl
.claude/*.log
.claude/*.log.old
.claude/app-store-contacts.local.md
# Local-only docs
DISASTER_RECOVERY.md
docs/archive/DISASTER_RECOVERY.md
DOCS_AUDIT_FINDINGS.md
TESTING_RESULTS.md
# Runtime artifacts
.wrangler/
node_modules/
__pycache__/
*.pyc
outputs/
test_output*.txt
# Local memory/runtime caches
.serena/
scripts/hooks/.claude/
lefthook-local.yml