-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 726 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 726 Bytes
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
node_modules/
dist/
*.js.map
.env
vault-mind.yaml
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Harness runtime state
.omc/
mcp-server/.omc/
# frontmatter_generator local state
compiler/fm_config.local.json
compiler/fm_work/
fm_work/
# Dogfood usage log (per-dev, not shared)
.dogfood.log
.dogfood.weekly.md
# vault-save session recap markers (per-dev)
.vault-save.log
.vault-save.failed.log
# Bundle smoke-test artifacts (per-dev)
mcp-server/smoke.in
mcp-server/smoke.out
mcp-server/smoke.err
# link_discovery output (per-dev, regenerate with compiler/link_discovery.py)
.compile/
# Local planning / GSD artifacts (per-dev, not part of shipped product)
.planning/