-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (73 loc) · 2.14 KB
/
Copy path.gitignore
File metadata and controls
80 lines (73 loc) · 2.14 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
80
# Secret-safety net — none of these should ever be committed.
hosts.yml
*.rayconfig
.env
.env.*
*.pem
*.key
*token*
*credential*
# Machine-local zsh overrides live at ~/.config/zsh/90-local.zsh as a plain
# untracked file (see 90-local.zsh.example) — nothing in the repo tree.
# Generated dump for Brewfile re-curation (make brew-dump); never committed.
Brewfile.dump
# Superpowers working docs (brainstorming specs, implementation plans) —
# kept locally as design artifacts, not checked in.
docs/superpowers/
# Runtime binary downloaded by the transcribe skill (transcribe.sh writes the
# parakeet-cpp-transcribe binary into the skill's parent /bin dir). The skill
# docs call this an "ignored" dir; under the symlinked Claude profiles it
# resolves into the repo tree, so ignore it to keep the blob out of git.
skills/bin/
__pycache__/
.DS_Store
# Runtime npm deps some skills install when first run (e.g. youtube-transcript);
# under the symlinked profiles they land in the repo tree, so keep them out of git.
skills/*/node_modules/
skills/*/package-lock.json
# >>> vendored skills (managed by resource-manager.sh; materialized by `make install`)
/skills/agent-browser/
/skills/brave-search/
/skills/caveman/
/skills/codebase-design/
/skills/deslop/
/skills/docx/
/skills/domain-modeling/
/skills/drive-chrome-cdp/
/skills/find-skills/
/skills/gccli/
/skills/gdcli/
/skills/gmcli/
/skills/grill-with-docs/
/skills/grilling/
/skills/implement/
/skills/improve-codebase-architecture/
/skills/itr-india/
/skills/make-pr-easy-to-review/
/skills/matt-code-review/
/skills/pdf/
/skills/pptx/
/skills/pr-review-canvas/
/skills/prototype/
/skills/readwise-cli/
/skills/readwise-second-brain-sync/
/skills/second-brain/
/skills/second-brain-ideate/
/skills/second-brain-ingest/
/skills/second-brain-lint/
/skills/second-brain-query/
/skills/second-brain-review/
/skills/sembr-reformat/
/skills/setup-matt-pocock-skills/
/skills/thermo-nuclear-code-quality-review/
/skills/thermo-nuclear-review/
/skills/to-spec/
/skills/to-tickets/
/skills/transcribe/
/skills/vscode/
/skills/wayfinder/
/skills/xlsx/
/skills/youtube-transcript/
# <<< vendored skills
# nix build output symlink
result