-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (28 loc) · 779 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (28 loc) · 779 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
# Vault data (should only exist on main branch, not plugin branch)
Notes/
Projects/
Weekly/
Raw/
.obsidian/
.claude/
_index.md
# Python build artifacts from cortex-vec
__pycache__/
*.pyc
*.egg-info/
# Node dependencies for cc-marketspec build tooling
node_modules/
# Working design / plan / spec docs — process artifacts, keep local only
# (docs/images/ stays tracked; only the design-doc dirs are excluded)
docs/superpowers/
docs/specs/
docs/plans/
# Personal / vault-specific eval corpus + scorecards — keep local
cortex-vec/eval-data/
docs/benchmarks/
# 網站 build 產物 — Cloudflare Pages 自行 build,不進版控
site/dist/
# SDD 執行 scratch(progress ledger、task briefs/reports)— 本地 process artifact
.superpowers/
# Editor swap files
*.swp