-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (41 loc) · 1.03 KB
/
Copy path.gitignore
File metadata and controls
46 lines (41 loc) · 1.03 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
# OS files
.DS_Store
Thumbs.db
/claude/
/cursor/
/devin/
/hermes/
# pi.dev / pi coding agent
# Keep personal/shareable extensions, skills, themes, settings, and keybindings trackable.
# pi/agent/extensions/ is intentionally not ignored.
# Private/internal enterprise skills. These remain available locally through the
# symlinked skills directory but are not part of the shareable git source.
/skills/bigquery-data-explorer/
/skills/buildkite-satisfier/
/skills/information-routing/
/skills/pr-drafter/
/skills/renovate-pr-consolidator/
/skills/tech-specer/
/skills/devin-handoff/
/skills/feature-builder/
/skills/handoff-writer/
/skills/jira-ticket-writer/
/skills/pr-responder/
/skills/pr-reviewer/
/skills/README.local.md
/pi/agent/AGENTS.md
/pi/agent/skills
/pi/agent/auth.json
/pi/agent/models-store.json
/pi/agent/npm/
/pi/agent/sessions/
/pi/agent/trust.json
/pi/agent/**/auth*
/pi/agent/**/credential*
/pi/agent/*.local.*
# Private workflow context; keep out of public history.
.pi/auth.json
.pi/git/
.pi/npm/
.pi/sessions/
.pi/*.local.*