-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (25 loc) · 543 Bytes
/
Copy path.gitignore
File metadata and controls
28 lines (25 loc) · 543 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
node_modules/
dist/
.release-state.json
*.map
.DS_Store
coverage/
scheduled_tasks.lock
.mcp.json
test-results/
.env
.claude/settings.local.json
/.hotsheet/*
!/.hotsheet/settings.json
/.glassbox/*
!/.glassbox/settings.json
# HAR captures from `npm run capture-demos` — large + regeneratable, kept
# alongside the per-scenario PNG + SVG in `docs/` for local debugging only.
*.har
# Python bytecode cache from the e2e fixtures (e.g. terminal-draw.py)
__pycache__/
*.pyc
# Tauri / Rust
src-tauri/target/
src-tauri/binaries/
src-tauri/server/