-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (61 loc) · 1.03 KB
/
Copy path.gitignore
File metadata and controls
64 lines (61 loc) · 1.03 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
node_modules/
.env
*.pyc
__pycache__/
.DS_Store
*.lock
*.tmp
*.swp
dist/
dist-desktop/
apps/frontend/test-results/
apps/frontend/playwright-report/
.fixture-chub/
templates/data/
tmp/
logs/*.log
logs/*.pid
logs/config-health.json
dashboard/.dashboard-dirty.stamp
dashboard/automation-engine-status.json
dashboard/daily-ops-review.md
dashboard/computer-use/runs/
memory/assistant.sqlite
agents/assistant/
local/agents/
local/identity/
local/logs/
local/dashboard/
local/memory/
local/models/
local/output/
local/runtime/
console_output.json
fetch_calls.json
inspect_*_data.json
inspect_script_*.js
# Local planning and browser automation artifacts
.planning/
.playwright-cli/
.cache/
.pytest_cache/
apps/frontend/dev
output/
local/output/
local/models/
local-backups/
.mission-control/
test-results/
apps/desktop-client/build/
research/screenshots/
claude-code/
local/claude-code/
workspace-assistant/
# Runtime-generated config (local state, not source)
mission-control.json
openclaw.json
*.sqlite
*.sqlite-journal
# Dev-only artifacts
.planning/
.cache/