-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (63 loc) · 1.37 KB
/
.gitignore
File metadata and controls
79 lines (63 loc) · 1.37 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
# General
.DS_Store
._*
*.log
node_modules/
.idea/
.vscode/
/CLAUDE.md
*.swp
*.swo
# OS generated files
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temp
temp/
site/
check_excel.py
__pycache__/
*.pyc
# Internal working documents (keep locally, exclude from release)
docs/analysis/
docs/verification-report.md
/templates/
# Maintainer-only local artifacts (NEVER commit)
maintainers-local/
# Git bundles (backup files)
*.bundle
# Windows artifacts
nul
# Research prompts (local only - root level, not .github/prompts/)
/prompts/
# Build/verify output files (scratch artifacts)
/build_*.txt
/verify_*.txt
/push-result.txt
# Generated assessment data (built by CI from control markdown)
docs/javascripts/assessment-data.json
# Ralph docs-loop artifacts
.copilot-logs/
.ralph-doc-worktrees/
.codex/
# Assessment engine outputs (customer data — never commit)
assessment/output/
data/todo.db
# Auto-generated per-role homework pages (regenerated by mkdocs pre-build hook)
docs/assessment/pre-session/
# Node test runner
node_modules/
# Playwright
playwright-report/
test-results/
tests/e2e/__snapshots__/**/*.png-actual.png
tests/e2e/__snapshots__/**/*-diff.png
# Squad: ignore runtime state (logs, inbox, sessions)
.squad/orchestration-log/
.squad/log/
.squad/decisions/inbox/
.squad/sessions/
.squad/.scratch/
# Squad: SubSquad activation file (local to this machine)
.squad-workstream