Merge pull request #3 from collinear-ai/fresh-main

Fix fresh install: add missing __init__.py and fix .gitignore
This commit is contained in:
Adit Jain 2026-02-26 21:17:54 -08:00 committed by GitHub
commit 6df0f79055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View file

@ -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

View file

View file

View file

View file

View file

View file

View file

View file