forked from pinchtab/pinchtab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 732 Bytes
/
.gitignore
File metadata and controls
43 lines (39 loc) · 732 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
node_modules/
.venv/
plugins/*/.venv/
__pycache__/
*.pyc
browser-bridge
/pinchtab
coverage.out
# Build artifacts
dist/
*.js
!scripts/**/*.js
!dashboard/eslint.config.js
!dashboard/vite.config.ts
!npm/bin/pinchtab
# React dashboard build output (generated by scripts/build-dashboard.sh)
internal/dashboard/dashboard/assets/
internal/dashboard/dashboard/dashboard.html
# npm package
npm/node_modules/
# package-lock.json is committed for reproducible installs via npm ci
# OpenClaw workspace files (should never be committed)
.openclaw/
SOUL.md
HEARTBEAT.md
IDENTITY.md
USER.md
BOOTSTRAP.md
TOOLS.md
MEMORY.md
.openclaw/
AGENTS.md
*.test
memory/
pinchtab-small
# Local development files
MY_PROJECT_NOTES.md
debug.log
pinchtab.exe