-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (73 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
83 lines (73 loc) · 2.01 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
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Local Qdrant install + storage (not committed)
.qdrant/
.qdrant-initialized
storage/
qdrant_storage/
snapshots/
qdrant.log
# fastembed ONNX model cache
.fastembed_cache/
# Local indexes / scratch
.memex/
*.snapshot
# E2E proof artifacts contain real session UUIDs, user home paths, project
# names, and UI screenshots of private data. Regenerable on demand via
# `bash scripts/demo/smoke-test.sh --json` + `capture-screenshots.sh`, so
# they stay local-only. README + scripts are the canonical "evidence" now.
# (Codex P1 review on PR #10, tests/e2e/topology.json:22.)
tests/e2e/*.json
tests/e2e/*.txt
tests/e2e/screenshots/*.png
tests/e2e/screenshots/*.jpg
tests/e2e/logs/
# Hackathon demo materials — kept local only. Hardcoded fixture corpora,
# recorded video clips, scenario captures, and the recording pipeline
# never ship in the repo. If reviewers see the mock claude / mock banner
# scripts they may downgrade their trust in the surfaces.
tests/e2e/companion/
tests/fixtures/companion-demo/
scripts/demo/scenes/
scripts/demo/record-companion-demo.sh
scripts/demo/build-demo-corpus.py
scripts/demo/demo-scenario.sh
scripts/demo/companion-smoke.sh
scripts/demo/gui-harness/
scripts/demo/output/
# Catch-all in case future demo work lands under either of these roots.
*.tape
*.webm
**/demo-video/
**/demo-corpus/
# Pre-captured TUI replay text (real Claude output, but a local artifact).
real-claude-output.txt
# MCP / tooling scratch (Playwright snapshots, console logs)
.playwright-mcp/
# `memex install` writes timestamped backups of any config it modifies
# (.mcp.json, settings.local.json, AGENTS.md, config.toml). Intentional, but
# local-only — never track them.
*.memex-bak-*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Preview Forge landing workspace (mockups gallery — local design exploration)
landing-forge/
runs/