forked from Dicklesworthstone/beads_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 635 Bytes
/
.gitignore
File metadata and controls
45 lines (37 loc) · 635 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
44
45
beads_reference/
/bv
/main
*.test
cmd/bv/bv
.DS_Store
# Build artifacts
dist/
a.out
coverage.out
cover*.out
*.cov
coverage.html
# Benchmark outputs
benchmarks/baseline.txt
benchmarks/current.txt
# Local BV state and reports
.bv/
beads_report_beads_viewer_*.md
# Nix build artifacts
result
result-*
# Rust/WASM build artifacts
bv-graph-wasm/target/
bv-graph-wasm/pkg/
pkg/export/wasm_scorer/target/
pkg/export/wasm_scorer/pkg/
node_modules/
beads_viewer_graph*.html
test-results/
# Nested beads state
pkg/ui/.beads/
# Large benchmark test data (generated)
tests/testdata/benchmark/
*.prof
# E2E test logs
test_results_e2e_*.log