mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
60 lines
741 B
Plaintext
60 lines
741 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
volumes/
|
|
frontend/data/
|
|
scripts/*.pt
|
|
frontend/node_modules
|
|
frontend/.next
|
|
frontend/.env
|
|
frontend/.env.local
|
|
frontend/pnpm-lock.yaml
|
|
frontend/pnpm-workspace.yaml/volumes/etcd/
|
|
/frontend/node_modules/
|
|
/frontend/.next/
|
|
/node_modules/
|
|
/volumes/etcd/
|
|
.DS_Store
|
|
*.log
|
|
/volumes/
|
|
video-demo.md
|
|
|
|
.trae/
|
|
.vscode/
|
|
|
|
biorxiv_creative_commons/
|
|
|
|
# benchmark results
|
|
benchmark_results/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|