Log in
.gitignore 21 lines · 266 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
10
# Python/tool caches
11
__pycache__/
12
*.py[cod]
13
.pytest_cache/
14
.mypy_cache/
15
.ruff_cache/
16
17
# Local machine/editor files
18
.DS_Store
19
.env
20
.env.*
21
*.local