-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (47 loc) · 914 Bytes
/
.gitignore
File metadata and controls
58 lines (47 loc) · 914 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
# Database (runtime data, not source code)
db/memstack.db
db/memstack.db-wal
db/memstack.db-shm
# Local config (contains real API keys and project paths)
config.local.json
.claude/settings.local.json
.mcp.json
# Backup files (not source-controlled)
.claude/rules_backup/
# Private local skills (not for public repo)
skills/kdp-format/
# Environment
.env
.env.local
.env.*.local
# Node / Build output
node_modules/
dist/
.next/
out/
# Python
__pycache__/
*.pyc
*.pyo
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Session data (personal/private)
memory/sessions/*.md
!memory/sessions/.gitkeep
memory/sessions/archive/*.md
!memory/sessions/archive/.gitkeep
memory/projects/*.md
!memory/projects/.gitkeep
memory/ideas/*.md
!memory/ideas/.gitkeep
# Vector DB (derived index, rebuildable from markdown)
memory/vectors/
# Untracked artifacts
.playwright-mcp/
screenshots/
session-context.md
.agent-bridge/