mirror of
https://github.com/collinear-ai/yc-bench.git
synced 2026-04-29 17:35:12 +00:00
Fix fresh install: add missing __init__.py and fix .gitignore
Fresh clones failed with ModuleNotFoundError because agent/, db/, runner/, and services/ subpackages had no __init__.py. Also anchor /db/ and /logs/ in .gitignore so they don't match src/yc_bench/db/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f31969865
commit
a11b2828a9
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue