-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (60 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
72 lines (60 loc) · 1.2 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
# Environment variables
.env
tools/.env
# Per-developer local config overlay (deep-merged onto .wavemill-config.json
# at load time — see shared/lib/config.ts)
.wavemill-config.local.json
# Dependencies
node_modules/
tools/node_modules/
# Package locks
package-lock.json
tools/package-lock.json
# OS files
.DS_Store
*.swp
*.swo
*~
# IDE
.vscode/
.idea/
# Logs
*.log
npm-debug.log*
# State directories (ephemeral workflow state)
.codex/state/
.claude/state/
# Local settings (machine-specific permissions)
.claude/settings.local.json
.claude/scheduled_tasks.lock
# Workspace artifacts
docs/hokusai-second-model-data-plan.md
features/*/
bugs/*/
epics/*/
reviews/*
competitive-reviews/
weekly-competitive-review-prompt.md
!features/.gitkeep
!bugs/.gitkeep
!epics/.gitkeep
# Wavemill runtime state (per-repo, not committed)
.wavemill/workflow-state.json
.wavemill/quota-state.json
.wavemill/quota-state.lock
.wavemill/project-context.md
.wavemill/evals/
.wavemill/cache/
.wavemill/context/
.wavemill/logs/
.wavemill/registry/
.wavemill/hokusai/
.wavemill/state/
.wavemill/locks/
.wavemill/linear-retry-drain.last-run
.wavemill/workflow-state.json.bak-*
prompt-registry.jsonl
worktrees/
test-reg-*/
# Python
__pycache__/