-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 1.41 KB
/
Copy path.gitignore
File metadata and controls
59 lines (48 loc) · 1.41 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
tmp/
target/
agents/tmp/
node_modules/
# Built frontend assets
tools/viewer/**/static/
tools/viewer/**/dist/
tools/context-editor/**/dist/
# Generated Playwright output
**/playwright-report/
**/playwright-report-*/
**/test-results/
**/test-results-*/
# Generated demo logs (produced by tools/log-viewer/scripts/generate-demo-logs.sh)
tools/log-viewer/demo-logs/
# Direnv configuration for personal environment overrides
.envrc
.serena/
# Local cargo configuration
# Note: Cargo doesn't support config.local.toml - use .envrc or ~/.cargo/config.toml instead
# Keeping this in gitignore in case someone creates it by mistake
.cargo/config.local.toml
.playwright-mcp/
# Local workspace data created by the CLI/REPL
.context-engine/
.audit/
.repo-qa/
.session/*
!.session/sessions/
!.session/sessions/**
# Session local machine state (never commit)
.session/local/
.session/local/**
.session/**/*.lock
# Capture logs and large event payloads stay local; durable transcript/handoff/finish files stay tracked.
.session/sessions/**/session-capture-stop.log
.session/sessions/**/events.json
.session/sessions/**/runs/**/events.json
packages/
# Spec/ticket store binary indexes (only the spec/ticket folders are tracked)
.spec/entities.redb
.spec/entities.db*
.spec/search_index/
.ticket/tickets.redb
.ticket/search_index/
# Incremental scan fingerprints (derived runtime state; rebuilt on scan)
scan_fingerprints.json
scan_fingerprints.json.tmp