forked from mvanhorn/cli-printing-press
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (41 loc) · 1023 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (41 loc) · 1023 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
36
37
38
39
40
41
42
43
44
45
.DS_Store
.env
.env.*
catalog/specs/*.graphql
.cache/
.gotmp/
.omx/
.clawpatch/
.claude/worktrees/
.claude/local/
/refactor/artifacts/
/tests/artifacts/perf/
/cli-printing-press
/printing-press
/press-auth
library/
dist/
claude-upgrade-progress.json
# Python bytecode (verify-supply-chain scripts)
__pycache__/
*.pyc
# Local AI agent instructions (not for sharing)
CLAUDE.local.md
AGENTS.override.md
.claude/settings.local.json
# Local project-scoped agent skill/plugin installs. These let private or
# experimental skills live next to this checkout without being published from
# this public repo. Note: the repo's own tracked skills live in root `skills/`,
# which is intentionally NOT ignored here.
.claude/skills/
.claude/plugins/
.skills/
.agents/
.codex/
.cursor/
.gemini/
# Planning documents stay local — this is a public repo and plans
# frequently describe in-progress, unreleased, or third-party work.
# See AGENTS.md "Plan documents stay local" for the rule and rationale.
/docs/plans/
/docs/brainstorms/