-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (51 loc) · 1.71 KB
/
Copy path.gitignore
File metadata and controls
65 lines (51 loc) · 1.71 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
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Compiled Python files
*.pyc
__pycache__/
# Compiled C++ files
*.out
# Application specific files
venv
.venv
node_modules
.sass-cache
.claude
.worktrees/
# Generated harness artifacts.
#
# MOST generated output is gitignored — source-of-truth lives only under plugins/.
# Regenerate with `make generate-all`; never hand-edit generated files.
#
# EXCEPTION — small registries committed so Codex + Cursor install natively from a clone
# (no build step). They point at the source plugins/ dirs; no skill/agent trees are
# duplicated. NOT gitignored:
# .cursor-plugin/ Cursor marketplace + per-plugin manifests
# .cursor/ curated Cursor rules
# .agents/plugins/marketplace.json Codex marketplace registry
# plugins/*/.codex-plugin/plugin.json per-plugin Codex manifest (tracked under plugins/)
# OpenCode and Antigravity install via clone + `make` (their transformed trees below stay ignored).
# Codex CLI — transformed skills/agents (local generation; the marketplace reads source)
.codex/
# OpenCode — transformed trees (install via `make install-opencode`)
.opencode/
opencode.json
# OpenCode session continuation artifacts
.omo/
# Copilot
.copilot/
# Local agent caches (but NOT the committed Codex marketplace under .agents/plugins/)
.agent/
.agents/*
!.agents/plugins/
# Antigravity CLI — transformed plugins (local generation; install via clone + `make generate HARNESS=antigravity`)
.antigravity/
# Superpowers plugin artifacts (specs/plans are session-local, never committed)
docs/superpowers/