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:
adit jain 2026-02-26 21:15:17 -08:00
parent 5f31969865
commit a11b2828a9
9 changed files with 2 additions and 2 deletions

View file