-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
112 lines (106 loc) · 1.84 KB
/
Copy path.gitignore
File metadata and controls
112 lines (106 loc) · 1.84 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/target
# Secondary cargo target dir from verification builds
/target-verify
# Local skin-asset scratch (Gemini-generated PNGs, prompt notes, dekey.py)
/skins
/Cargo.toml
Cargo.lock
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
archive/
design/
docs/
doculated/
# Cache
.vercel/
*.egg-info/
*.log
dist/
# Environment variables and deployment secrets
/TESTFLIGHT_SUBMISSION.md
/apple_dev.md
# Local protocol reference notes (copied wiki page)
/WraythProtocol-Wiki.txt
# Unpacked Saga client (third-party, proprietary). READ-ONLY reference for
# protocol/behavior study only — never copy code from here into this GPL
# repo, and never commit it.
/saga-unpacked/
*.backup/
build/
coverage.json
.env*
Thumbs.db
*.bak
*.backup
# Logs
# MoAI dynamic content (로컬 프로젝트만 무시, but package templates are tracked)
.aws/
.claude/settings.local.json
.moai/temp/
docs_backup_*/
# IDE
.uv_cache
*.tmp
# OS
.pytest_cache/
*.tsbuildinfo
*-backup/
.netlify/
.venv_issue43_py313
*_backup_*/
*.pyc
.tscache/
.claude/.env.local*
*.temp
*.egg
.claude/settings.local.*.json
.mypy_cache
/CLAUDE.md
logs/
# Backups
# Claude and MoAI configuration (user-specific, root only)
.claude/
.mcp.json
docs/.next/
.playwright-mcp
.uv-cache
# Build artifacts
node_modules/
env/
.env/
docs/out/
.firebase/
.ruff_cache
venv/
.coverage
# Package templates (src/moai_adk/templates/) are tracked
# Next.js build output
hooks_backup_*/
__pycache__/
*.pyo
# Virtual environment
# Test coverage
.venv/
# =============== MoAI ADK ===============
# Ignore everything else inside .moai
.moai/*
# But unignore the SPECs and config
.moai/specs/**
.moai/config/**
# Ignore MoAI-generated runtime content
.moai-backups/
.moai/cache/
.moai/logs/
.moai/reports/
.moai/tmp/
.moai/sessions/
.moai/state.json
nul
stack.txt
Sa4dHKm0cLlY.yaml
# mdbook build output (CI builds from book/src and deploys to Pages)
book/book/