74 lines
870 B
Plaintext
74 lines
870 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# compiled server-side code (from tsconfig.server.json)
|
|
/dist
|
|
src/**/*.js
|
|
src/**/*.js.map
|
|
/socket-server.js
|
|
|
|
# vitest
|
|
/.vitest
|
|
|
|
# storybook
|
|
storybook-static
|
|
|
|
# panda css
|
|
styled-system
|
|
|
|
# generated
|
|
src/generated/build-info.json
|
|
public/openapi.json
|
|
|
|
# biome
|
|
.biome
|
|
|
|
# Python virtual environments
|
|
.venv*/
|
|
|
|
# User uploads
|
|
data/uploads/
|
|
|
|
# ML training data
|
|
training-data/
|
|
data/vision-training/collected/
|
|
data/vision-training/.venv/
|
|
scripts/train-column-classifier/.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|