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
/target
calc-rs/
calc-rs-raw/
# Python
__pycache__/
*.py
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.Python
pip-log.txt
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
.coverage.*
coverage.xml
.hypothesis/
# Benchmark artifacts
benchmarks/env_cache/
benchmarks/repo_cache/
benchmarks/data/
benchmarks/results/
benchmarks/target/
benchmarks/path/
benchmarks/ralph
benchmarks/raw.txt
benchmarks/failed_tasks_new.txt
benchmarks/failure_list.md
benchmarks/solutions/
todos.md