quivr/.gitignore
Stan Girard 76156fdad3 feat: 🎸 migration
added migration script
2023-07-03 11:11:29 +02:00

60 lines
675 B
Plaintext

secondbrain/
.env
.streamlit/secrets.toml
**/*.pyc
toto.txt
*.ipynb
log.txt
# 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
quivr/*
streamlit-demo/.streamlit/secrets.toml
.backend_env
.frontend_env
backend/pandoc-*
**/.pandoc-*
backend/application_default_credentials.json
#local models
backend/local_models/*
## scripts
.migration_info