Skip to content

Commit b822ffd

Browse files
committed
chore: expand .gitignore for editor, OS, and local agent artifacts
1 parent ef7db15 commit b822ffd

1 file changed

Lines changed: 46 additions & 4 deletions

File tree

.gitignore

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,53 @@
11
# sdkcraft build artifacts
22
*.sdk
3-
4-
# spread reuse state (created when a previous run leaves instances around)
5-
.spread-reuse.yaml
3+
.craft/
64

75
# sdkcraft build lifecycle directories (local --destructive-mode builds)
8-
.craft/
96
parts/
107
prime/
118
stage/
9+
10+
# spread reuse state (created when a previous run leaves instances around)
11+
.spread-reuse.yaml
12+
13+
# editor
14+
.vscode/
15+
!.vscode/
16+
.vscode/*
17+
!.vscode/settings.json
18+
!.vscode/tasks.json
19+
.idea/
20+
*.swp
21+
22+
# OS
23+
.DS_Store
24+
25+
# Python
26+
__pycache__/
27+
*.py[cod]
28+
*$py.class
29+
30+
# Local scratchpads and AI configs
31+
.claude/
32+
!.claude/
33+
.claude/*
34+
!.claude/commands/
35+
!.claude/commands/*.md
36+
.agents/local/
37+
.agents/**/*.local.md
38+
.agents/**/*.personal.md
39+
.agents/**/*.local.yaml
40+
.agents/**/*.personal.yaml
41+
.agents/**/*.local.yml
42+
.agents/**/*.personal.yml
43+
.workshop-local/
44+
.workshop.lock
45+
workshop.local.*
46+
scratch/
47+
48+
# Local wiki clone for agent context
49+
.wiki/
50+
51+
# Local preview and coverage
52+
local-*/
53+
coverage/

0 commit comments

Comments
 (0)