Skip to content

Commit b205c96

Browse files
update website with new examples and links (#4)
1 parent 4a66e95 commit b205c96

3 files changed

Lines changed: 1873 additions & 398 deletions

File tree

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# macOS
2+
.DS_Store
3+
._*
4+
5+
# Editors / IDEs
6+
.vscode/
7+
.idea/
8+
*.swp
9+
*.swo
10+
11+
# Claude Code / superpowers scratch
12+
.superpowers/
13+
CLAUDE.md
14+
.claude/
15+
16+
# Local scripts and example scratch
17+
scripts/
18+
assets/examples/
19+
20+
# Logs
21+
*.log

0 commit comments

Comments
 (0)