-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (55 loc) · 1.56 KB
/
Copy path.gitignore
File metadata and controls
59 lines (55 loc) · 1.56 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
/debug
/target
/debug
.DS_Store
.vscode/
.uv/
*__pycache__*
profile.json.gz
debug/
# mkdocs build output and cache
ppvm-python/site/
ppvm-python/.cache/
ppvm-python/extended_tests/stim/stim-programs/
# maturin editable installs drop the compiled `ppvm._core` extension next to
# the Python sources; it is a build artifact, not source.
ppvm-python/src/ppvm/*.so
ppvm-python/src/ppvm/*.pyd
ppvm-python/src/ppvm/*.dylib
# Managed by ion
CLAUDE.md
.agents/skills/
.claude/skills/
.claude/worktrees
.autotune/
.autotune.toml
.agents/skills/ion-cli
.claude/skills/ion-cli
.agents/skills/receiving-code-review
.claude/skills/receiving-code-review
.agents/skills/requesting-code-review
.claude/skills/requesting-code-review
.agents/skills/using-git-worktrees
.claude/skills/using-git-worktrees
.agents/skills/brainstorming
.claude/skills/brainstorming
.agents/skills/dispatching-parallel-agents
.claude/skills/dispatching-parallel-agents
.agents/skills/executing-plans
.claude/skills/executing-plans
.agents/skills/finishing-a-development-branch
.claude/skills/finishing-a-development-branch
.agents/skills/subagent-driven-development
.claude/skills/subagent-driven-development
.agents/skills/systematic-debugging
.claude/skills/systematic-debugging
.agents/skills/test-driven-development
.claude/skills/test-driven-development
.agents/skills/using-superpowers
.claude/skills/using-superpowers
.agents/skills/verification-before-completion
.claude/skills/verification-before-completion
.agents/skills/writing-plans
.claude/skills/writing-plans
.agents/skills/writing-skills
.claude/skills/writing-skills