-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 1.17 KB
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 1.17 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
/btf2go
/dist/
*.test
*.out
graphify-out/
*.md.old
/btf2go Architecture Document.md
/btf2go Implementation Plan.md
# Cargo artifacts under the rust fixture — the committed .elf is what
# CI consumes, the rest is per-build-machine state.
tests/fixtures/rust/target/
tests/fixtures/rust/Cargo.lock
# Materialized validation corpus — never committed. Re-fetch via
# validation/refresh.sh from the manifest.
/validation/corpus/c/
/validation/corpus/aya/
# Legacy single-file report — replaced by validation/reports/<id>.md.
/validation/report.md
# Validation reports: commit official runs (proxmox, daytona),
# ignore noisy local-laptop runs and the latest-symlink (which
# rotates every run). The directory listing serves as the index —
# each run writes <id>.md + <id>.json side by side.
/validation/reports/*-local.md
/validation/reports/*-local.json
/validation/reports/*-linux-host.md
/validation/reports/*-linux-host.json
/validation/reports/latest_report.md
# Local secrets — Proxmox API token and any other env-driven config.
.env
# Local-only dev workflow — not published to the public repo.
**/.DS_Store
.agent/
.windsurf/
.factory/
.agents/
.claude/
docs/superpowers/