-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (43 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
51 lines (43 loc) · 1.06 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
# OS
.DS_Store
Thumbs.db
# Editor
.idea/
.vscode/
*.swp
# Claude Code local state (not part of plugin)
.claude/settings.local.json
.claude/logs/
# Ensembra plugin output isolation (v0.11.0+):
# scribe 가 생성한 Task/Design/Request/Transfer 보고서와 Risk Routing 로그는
# 플러그인 런타임 산출물이며 프로젝트 소스가 아니다. 로컬에만 보관.
.claude/ensembra/
# Project-level MCP registration — contains absolute paths, local-only
.mcp.json
# Logs
*.log
pnpm-debug.log*
npm-debug.log*
# Secrets
.env
.env.*
!.env.example
*.pem
*.key
id_rsa*
# Build artifacts (Gate2 대비)
dist/
build/
coverage/
*.tsbuildinfo
# Dependencies (Gate2 대비)
node_modules/
.pnpm-store/
# Python (v0.9.0+ mcp-servers/gemini-ensembra/)
__pycache__/
*.pyc
*.pyo
# Ensembra runtime cache (v0.9.2+ Deep Scan cache, v0.12.0+ 경로 이관)
# 신규 경로는 .claude/ensembra/cache/ — 이미 16번 라인 .claude/ensembra/ 전체 무시에 포함됨
# 구 경로는 backward-compat fallback Read 용으로 남겨둠 (v0.13 에서 제거 예정)
.ensembra/cache/