Log in
.oakignore 24 lines · 348 B · blame Source
ef77578d7eeb Initial Oak benchmark harness 12 days ago
1
# Benchmark outputs and artifacts
2
results/
3
4
# Local/generated benchmark workspaces
5
workdirs/
6
worktrees/
7
runs/
8
fixtures/
baca0e47653a Two commits. (1) Architecture: extract the oakbe 12 days ago
9
# Golden test fixtures are source, not generated output
10
!tests/fixtures/
ef77578d7eeb Initial Oak benchmark harness 12 days ago
11
12
# Python/tool caches
13
__pycache__/
14
*.py[cod]
15
.pytest_cache/
16
.mypy_cache/
17
.ruff_cache/
18
19
# Local machine/editor files
20
.DS_Store
21
.env
22
.env.*
23
*.local
25ec9ce88534 Measurement-accuracy overhaul: schema v2 null-ho 12 days ago
24
.claude/