-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 809 Bytes
/
.gitignore
File metadata and controls
61 lines (49 loc) · 809 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
# Dependencies
node_modules/
.pnpm-debug.log
# Build outputs
dist/
build/
*.tsbuildinfo
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
*.log
# Temporary files
tmp/
temp/
test-data/
# Turbo
.turbo/
# Test workspaces (exclude root test-workspace, keep examples/test-workspace)
/test-workspace/
/test-workspace-mcp/
/docs/moltbot-reference/
# Planning and drafts
article/
# Internal planning docs (optional)
/docs/REFACTOR-PLAN.md
/docs/TESTING-LOCAL.md
# SQLite databases
*.db
*.db-shm
*.db-wal
# User memory data (privacy — never commit personal memories)
packages/mcp-server/data/users/
!packages/mcp-server/data/.gitkeep
test-workspace-mcp/users/
test-workspace-mcp/memory/
test-workspace-mcp/MEMORY.md