forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (49 loc) · 1.17 KB
/
Copy path.gitignore
File metadata and controls
63 lines (49 loc) · 1.17 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
# Compiled Go binaries (generated CLIs)
*-pp-cli
*-pp-mcp
*-pp-cli-[0-9]*
# But allow CLI source directories in the library
!library/**/*-pp-cli/
!library/**/*-pp-mcp/
*.exe
*.test
*.out
__debug_bin*
# Go build cache
.cache/
library/**/.gocache/
# Per-CLI runtime SQLite databases (created by dogfood/verify)
library/**/.*-pp-cli.db
# Local vulnerability scan reports
.govulncheck/
# Python bytecode caches from local verifier runs
__pycache__/
*.py[cod]
# Build artifacts from printing-press verify/scorecard
*-validation
# Local-dev MCPB scratch — autoBundleForHost writes here. CI publishes
# canonical bundles to GitHub release assets keyed by <slug>-current.
library/**/build/
# Generator build artifacts (CI uses `go run`, these come from local `go build`)
tools/generate-skills/generate-skills
# NPM package local artifacts
npm/dist/
npm/node_modules/
# Vendored dependencies (each CLI manages its own)
vendor/
# OS metadata
.DS_Store
Thumbs.db
# Editor files
*.swp
*~
.idea/
.vscode/
# Conductor workspace state
.conductor/
# Local Git worktrees
.worktrees/
# Local AI agent instructions (not for sharing)
CLAUDE.local.md
AGENTS.override.md
.claude/settings.local.json