2023-09-08 12:17:59 +03:00
|
|
|
docker-compose.override.yml
|
2023-05-13 00:05:31 +03:00
|
|
|
secondbrain/
|
|
|
|
.env
|
2024-09-02 11:20:53 +03:00
|
|
|
env.sh
|
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-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
|
|
|
|
|
2024-09-02 11:20:53 +03:00
|
|
|
Pipfile
|
|
|
|
|
2023-05-14 22:12:30 +03:00
|
|
|
# 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
|
|
|
package-lock.json
|
2024-09-02 11:20:53 +03:00
|
|
|
celerybeat-schedule
|
2023-10-24 23:21:12 +03:00
|
|
|
frontend/public/robots.txt
|
|
|
|
frontend/public/sitemap*
|
2023-11-05 13:14:34 +03:00
|
|
|
|
2023-11-13 15:53:25 +03:00
|
|
|
pyfiles/*
|
|
|
|
backend/bin/*
|
|
|
|
backend/lib/*
|
|
|
|
backend/pyvenv.cfg
|
|
|
|
backend/share/*
|
2023-11-18 21:23:56 +03:00
|
|
|
backend/slim.report.json
|
2023-12-02 02:26:06 +03:00
|
|
|
volumes/db/data/
|
2023-12-13 02:39:53 +03:00
|
|
|
volumes/storage/stub/stub/quivr/*
|
2024-01-03 23:53:37 +03:00
|
|
|
supabase/migrations/20240103191539_private.sql
|
2024-01-04 03:14:03 +03:00
|
|
|
supabase/20240103191539_private.sql
|
2024-01-26 02:56:46 +03:00
|
|
|
paulgraham.py
|
2024-01-27 03:10:16 +03:00
|
|
|
.env_test
|
2024-02-06 08:02:46 +03:00
|
|
|
supabase/seed-airwallex.sql
|
|
|
|
airwallexpayouts.py
|
2024-10-04 12:34:58 +03:00
|
|
|
**/application.log*
|
2024-02-15 07:07:53 +03:00
|
|
|
backend/celerybeat-schedule.db
|
|
|
|
|
2024-03-21 10:11:06 +03:00
|
|
|
backend/application.log.*
|
2024-04-15 16:53:48 +03:00
|
|
|
backend/score.json
|
2024-04-17 16:00:31 +03:00
|
|
|
backend/modules/assistant/ito/utils/simple.pdf
|
2024-05-21 23:20:35 +03:00
|
|
|
backend/modules/sync/controller/credentials.json
|
2024-05-28 17:47:31 +03:00
|
|
|
backend/.env.test
|
2024-06-27 13:51:01 +03:00
|
|
|
|
|
|
|
**/*.egg-info
|
2024-07-09 16:22:16 +03:00
|
|
|
|
|
|
|
.coverage
|
2024-07-10 22:42:49 +03:00
|
|
|
backend/core/examples/chatbot/.files/*
|
|
|
|
backend/core/examples/chatbot/.python-version
|
|
|
|
backend/core/examples/chatbot/.chainlit/config.toml
|
|
|
|
backend/core/examples/chatbot/.chainlit/translations/en-US.json
|
2024-07-15 16:37:42 +03:00
|
|
|
|
|
|
|
*.log
|
2024-07-30 19:49:12 +03:00
|
|
|
|
|
|
|
# Tox
|
|
|
|
.tox
|
2024-09-02 11:20:53 +03:00
|
|
|
Pipfile
|
2024-09-18 13:30:48 +03:00
|
|
|
*.pkl
|
2024-10-16 12:48:33 +03:00
|
|
|
backend/docs/site/*
|