-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (37 loc) · 775 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (37 loc) · 775 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
# Architecture state files (user-specific working data)
.arch/phase1-evaluation.md
.arch/phase2-methodology.md
.arch/phase2-components-overview.md
.arch/phase2-cross-cutting.md
.arch/components/*.md
!.arch/components/.gitkeep
.arch/reviews/*.md
!.arch/reviews/.gitkeep
.arch/state.json.bak
.arch/state.backup.*.json
# Output (generated deliverables)
output/architecture-document.md
# Article drafts (not part of the package)
article/
# Node.js
node_modules/
npm-debug.log*
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Python
__pycache__/
*.pyc
# Agentic
.tessl/
**/tessl__*
# Machine-local Claude settings (enabledMcpjsonServers etc.)
.claude/settings.local.json
# Machine-local MCP server config (opt-in per contributor)
.mcp.json