Log in
.oakignore 24 lines · 348 B · plaintext Blame
1
# Benchmark outputs and artifacts
2
results/
3
4
# Local/generated benchmark workspaces
5
workdirs/
6
worktrees/
7
runs/
8
fixtures/
9
# Golden test fixtures are source, not generated output
10
!tests/fixtures/
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
24
.claude/