-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 865 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (52 loc) · 865 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/
# Vendored third-party trees (install separately; not part of web-agent)
/vendor/
# Build output
dist/
/core
.vite/
*.tsbuildinfo
# Vendored ML model trees (refresh via npm run download:*)
public/models/loop-guard/
# Environment & secrets
.env
.env.*
!.env.example
# Agent / profile workspace mirrors (virtual disk lives in browser OPFS — do not commit working copies)
/memory/
/uploads/
/tmp/
/debug-logs/
.webagent/
knowledge-vault/
*.sqlite
*.sqlite-journal
.history.json
.channel-state.json
.heartbeat-state.json
.cronjobs.json
.todos.json
# Local maintainer / IDE (optional)
.agents/
.claude/
.codex/
.cursor/
docs/references/
.idea/
.opencode/
.opencode/plans/
.vscode/
.agent/
# Caches and logs
.npm-cache/
*.log
npm-debug.log*
playwright-report/
test-results/
# Editor temp files
*.swp
*.swo
# OS
.DS_Store
Thumbs.db