mirror of
https://github.com/collinear-ai/yc-bench.git
synced 2026-04-19 12:58:03 +00:00
Merge pull request #3 from collinear-ai/fresh-main
Fix fresh install: add missing __init__.py and fix .gitignore
This commit is contained in:
commit
6df0f79055
9 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -30,8 +30,8 @@ backend/yc_bench_log_*.txt
|
|||
agent.md
|
||||
|
||||
# Benchmark runtime outputs
|
||||
db/
|
||||
logs/
|
||||
/db/
|
||||
/logs/
|
||||
|
||||
# Claude session context — local only
|
||||
CLAUDE.md
|
||||
|
|
|
|||
0
src/yc_bench/agent/__init__.py
Normal file
0
src/yc_bench/agent/__init__.py
Normal file
0
src/yc_bench/agent/commands/__init__.py
Normal file
0
src/yc_bench/agent/commands/__init__.py
Normal file
0
src/yc_bench/agent/runtime/__init__.py
Normal file
0
src/yc_bench/agent/runtime/__init__.py
Normal file
0
src/yc_bench/agent/tools/__init__.py
Normal file
0
src/yc_bench/agent/tools/__init__.py
Normal file
0
src/yc_bench/db/__init__.py
Normal file
0
src/yc_bench/db/__init__.py
Normal file
0
src/yc_bench/db/models/__init__.py
Normal file
0
src/yc_bench/db/models/__init__.py
Normal file
0
src/yc_bench/runner/__init__.py
Normal file
0
src/yc_bench/runner/__init__.py
Normal file
0
src/yc_bench/services/__init__.py
Normal file
0
src/yc_bench/services/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue