-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 1003 Bytes
/
.gitignore
File metadata and controls
63 lines (51 loc) · 1003 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
55
56
57
58
59
60
61
62
63
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Backups
*.bak
# Cache
.cache/
# Session context - track knowledge files, ignore state files
session-context/.session-active.json
session-context/lifecycle-active.json
session-context/.soul-loop-failures
session-context/capability-cache.json
session-context/BOUNTY_ID.txt
session-context/.capability-cache.json
# Claude Code runtime artifacts
.claude/
.playwright-mcp/
.taskmaster/
# Internal process artifacts (never commit)
chatGPTConvo*.md
doubt*.md
*-current.md
docs/archive/
# Nested clone — not a submodule, excluded intentionally
atlas-session-lifecycle/
# Phase 0 cleanup artifacts
stop-skill-save-pause.patch
# Business strategy docs (private)
docs/market-strategy.md
docs/competitive-landscape.md
docs/COMPETITIVE-INDEX.md
docs/unique-value-proposition.md
docs/landing/
docs/cline-submission/
# Build artifacts
src/dist/