general-eval-card / .gitignore
evijit's picture
evijit HF Staff
Tighten eval cards UI and clean up stale local data
32864b0
Raw
History Blame
710 Bytes
# 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. The survey schema (loaded statically by app/survey) is the
# one exception.
/data/*
!/data/survey/
/data/survey/*
!/data/survey/eval-schema-fields.json
mock_design/
shoot.mjs