-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (58 loc) · 1.65 KB
/
Copy path.gitignore
File metadata and controls
76 lines (58 loc) · 1.65 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
# Python
*.pyc
*.pyo
*.pyd
__pycache__/
*.egg-info/
dist/
build/
# Environments
.env
.venv/
venv/
env/
# Logs
*.log
# Node
node_modules/
# Spike environment (project-local npm installs, not tracked)
spike-env/
# macOS
.DS_Store
# Editor
.idea/
.vscode/
*.swp
*.swo
# Test fixture temp files (leaked when test runner is killed by tool timeout)
tests/scripts/fixtures/isolation-rules/tmp-*
.playwright-cli/
# Ticket system worktree
.tickets-tracker/
.disable-precompact-checkpoint
# Agent worktrees (transient, never committed)
.claude/worktrees/
# Review workflow temp files (patch captures, never committed)
.claude/tmp/
# Checkpoint runtime artifacts (used by review gate as sentinels — filesystem-only, not committed)
.checkpoint-needs-review
.checkpoint-pending-rollback
# Sprint-active marker file (created by Phase A, removed by Phase I, never committed)
.sprint-active
.debug-active
# Fix-bug-active marker file (created at Phase A Step 2 activation, removed at clean skill close, never committed)
.fix-bug-active
# Review artifacts (transient — written by code-reviewer sub-agents, never committed)
reviewer-findings.json
# Validation/review runtime artifacts (session-local, never committed)
.claude/artifacts/
# Artifact update cache (generated by update-artifacts.sh, never committed)
.claude/dso-artifact-check-cache
.claude/.brainstorm-tag-migration-*
.claude/scheduled_tasks.lock
# Closure-checks source-consumer audit artifacts (timestamped, never committed)
plugins/dso/.audit-output/
# ref-query session deduplication cache (runtime artifact, never committed)
.ref-query-seen.json
# DSO ticket-scratch store (ephemeral planning payloads)
.claude/scratch/