2023-09-08 12:17:59 +03:00
|
|
|
docker-compose.override.yml
|
2023-05-13 00:05:31 +03:00
|
|
|
secondbrain/
|
|
|
|
.env
|
2023-05-13 18:30:01 +03:00
|
|
|
.streamlit/secrets.toml
|
2023-05-13 00:05:31 +03:00
|
|
|
**/*.pyc
|
2023-05-13 18:30:01 +03:00
|
|
|
toto.txt
|
2023-05-21 09:32:22 +03:00
|
|
|
*.ipynb
|
2023-05-22 09:47:49 +03:00
|
|
|
log.txt
|
2023-05-14 22:12:30 +03:00
|
|
|
|
2023-08-21 13:25:16 +03:00
|
|
|
backend/venv
|
|
|
|
backend/.env
|
2023-08-25 12:05:24 +03:00
|
|
|
backend/*.deb
|
2023-10-23 18:58:45 +03:00
|
|
|
backend/.python-version
|
2023-05-14 22:12:30 +03:00
|
|
|
|
|
|
|
# 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
|
2023-05-21 02:20:55 +03:00
|
|
|
next-env.d.ts
|
|
|
|
quivr/*
|
|
|
|
streamlit-demo/.streamlit/secrets.toml
|
|
|
|
.backend_env
|
|
|
|
.frontend_env
|
2023-07-17 09:57:27 +03:00
|
|
|
backend/core/pandoc-*
|
2023-05-26 11:57:29 +03:00
|
|
|
**/.pandoc-*
|
2023-07-17 09:57:27 +03:00
|
|
|
backend/core/application_default_credentials.json
|
2023-06-22 11:45:35 +03:00
|
|
|
|
|
|
|
#local models
|
2023-07-17 09:57:27 +03:00
|
|
|
backend/core/local_models/*
|
2023-07-03 12:11:29 +03:00
|
|
|
|
|
|
|
## scripts
|
2023-08-11 14:19:21 +03:00
|
|
|
.migration_info
|
|
|
|
package-lock.json
|
2023-10-17 14:36:15 +03:00
|
|
|
backend/celerybeat-schedule
|
2023-10-24 23:21:12 +03:00
|
|
|
frontend/public/robots.txt
|
|
|
|
frontend/public/sitemap*
|