-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (24 loc) · 1.04 KB
/
Copy path.gitignore
File metadata and controls
31 lines (24 loc) · 1.04 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
# macOS Finder metadata
.DS_Store
# E2E scaffold test sandbox (throwaway projects for testing the specwright skill)
tmp/
# Python build artifacts (created when running skill-creator/scripts/*.py)
__pycache__/
*.pyc
*.pyo
# Temp slash commands generated by skill-creator/scripts/run_eval.py
# (pattern: <skill-name>-skill-<8-hex-uuid>.md, used to test triggering)
.claude/commands/*-skill-[a-f0-9]*.md
# Skill workspaces — runtime artifacts: results, benchmarks, viewer output.
# evals/<skill>/workspace/ is the active location (sibling of fixtures/ and evals.json).
# skills/*-workspace/ is the legacy location; kept ignored for safety on older clones.
evals/*/workspace/
skills/*-workspace/
# .skill packaging artifacts produced by skill-creator/scripts/package_skill.py
*.skill
.claude/skills/skill-creator/*.skill
.claude/worktrees/
# specwright per-spec worktrees (machine-local checkouts; mirror of .claude/worktrees/)
.specwright/worktrees/
# specwright brainstorm session artifacts (ephemeral mockups from the visual companion)
.specwright/brainstorm/