-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 932 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (47 loc) · 932 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
46
47
48
49
50
51
52
53
54
# Build output
dist/
# macOS
.DS_Store
*.swp
*~
# Claude Code sessions + per-project instructions (local only)
.claude/
CLAUDE.md
CLAUDE.local.md
# Dev / scratch / temp docs (local only, never committed)
*.scratch.md
*.scratch
*.tmp.md
*.tmp
*.dev.md
.scratch/
.plans/
.dev/
scratch/
plans/
# Xcode / SwiftPM IDE state
*.xcodeproj/
*.xcworkspace/
.swiftpm/
build/
DerivedData/
.build/
.build-stage/
# Enginseer agent topology cache (local-only, never committed)
.enginseer/
# Local scratch — face-rig design exploration, MCP logs, vendor handoff (never committed)
.playwright-mcp/
Assets/faces-svg/
Assets/faces-svg-review/
docs/art/
scripts/generate-face-svg-assets.py
scripts/render-face-svg-review.py
scripts/validate-face-svg.py
yamete_vector_art_plans/
yamete_vector_art_plans.zip
yamete-browser-review-*.png
AGENTS.md
# VitePress build output + node_modules
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/