mirror of
https://github.com/collinear-ai/yc-bench.git
synced 2026-05-01 17:45:20 +00:00
Initial commit
This commit is contained in:
commit
3a1c562827
59 changed files with 8418 additions and 0 deletions
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Secrets / local env
|
||||
.env
|
||||
backend/.env
|
||||
|
||||
# Python cache / build artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
|
||||
# Local virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
backend/.venv/
|
||||
|
||||
# Packaging artifacts
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
|
||||
# Benchmark outputs / logs
|
||||
backend/results_*.json
|
||||
backend/yc_bench_result_*.json
|
||||
backend/yc_bench_log_*.txt
|
||||
|
||||
agent.md
|
||||
|
||||
# Benchmark runtime outputs — not committed
|
||||
db/
|
||||
logs/
|
||||
results/
|
||||
Loading…
Add table
Add a link
Reference in a new issue