-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (82 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
91 lines (82 loc) · 1.52 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.venv/
.venv/
__pycache__/
*.pyc
*.sqlite
*.pid
.DS_Store
.pytest_cache/
.coverage
coverage.xml
.envrc
*.egg-info/
.eggs/
build/
dist/
.worktrees/
.tmp/
.wrangler/
node_modules/
viewer_ui/node_modules/
viewer_ui/.vite/
codemem/viewer_static/app.js.map
# OpenCode runtime artifacts
.opencode/package-lock.json
# Agent skills (project-local installs, regenerate with: npx skills add)
# Ignores canonical .agents/skills/, per-agent symlink dirs, and lockfile
.agents/skills/
.*/skills/
/skills/
/skills-lock.json
# TypeScript build artifacts
packages/*/dist/
*.tsbuildinfo
*.heapsnapshot
# Viewer UI build output (copied/built during CI from codemem/viewer_static/)
packages/viewer-server/static/
# Dev-mode artifacts generated by scripts/dev.sh and packages/ui/scripts/make-dev-html.mjs
packages/ui/index.html
.vite/
# Agent skill symlink dirs (canonical source is .agents/skills/)
# Keep .agents/ and .claude/ — ignore other agent tool dirs
# .claude/worktrees/ is created transiently when agents run in isolated
# worktrees and should never be tracked.
.claude/worktrees/
.adal/
.agent/
.augment/
.codebuddy/
.commandcode/
.continue/
.crush/
.factory/
.goose/
.iflow/
.junie/
.kilocode/
.kiro/
.kode/
.mcpjam/
.mux/
.neovate/
.openhands/
.pi/
.pochi/
.qoder/
.qwen/
.roo/
.trae/
.vibe/
.windsurf/
.zencoder/
/skills/
/skills-lock.json
# Dolt database files (added by bd init)
.dolt/
*.db
# Beads credential files
.beads/.beads-credential-key
.beads/push-state.json
.beads/issues.jsonl
# Beads / Dolt files (added by bd init)
.beads-credential-key