# big-AGI non-code files
/docs/
README.md

# Node build artifacts
/node_modules
/.pnp
.pnp.js

# next.js
/.next/
/out/

# production
/build

# versioning
.git/
.github/

# IDEs
.idea/

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
