general-eval-card / .gitignore
Anka
Add tutorial screenshots via Git LFS
c40bb86
Raw
History Blame
1.09 kB
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
*.DS_Store
# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
/out
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.cache/
pipeline_revised.py
.local-data/
# Local data dumps. The runtime reads from .cache/hf-data/duckdb parquets;
# anything under /data/ is leftover from offline scripts and should not
# ship in git. Survey schema and the curated benchmark categories are
# loaded statically at build time, so they do ship.
/data/*
!/data/survey/
/data/survey/*
!/data/survey/eval-schema-fields.json
!/data/benchmarks/
/data/benchmarks/*
!/data/benchmarks/categories.json
mock_design/
shoot.mjs
whisker-render.mjs
output/
public/peer-ranks.json
**/* (1).tsx
# private working notes / design specs / migration plans — not for publishing
notes/
docs/INTERPRETIVE_SIGNALS.md
# Playwright e2e output (tests/e2e via @playwright/test)
test-results/
playwright-report/