diff --git a/.gitignore b/.gitignore index 14712bdd..fdc8b1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__ node_modules out user_data +app_data tmp debug .fastembed_cache \ No newline at end of file diff --git a/app_data/fastapi.db b/app_data/fastapi.db deleted file mode 100644 index 78572e93..00000000 Binary files a/app_data/fastapi.db and /dev/null differ diff --git a/app_data/images/15b080fb-5b93-4e83-a501-17eef22e8f9c.jpg b/app_data/images/15b080fb-5b93-4e83-a501-17eef22e8f9c.jpg deleted file mode 100644 index 82583be6..00000000 Binary files a/app_data/images/15b080fb-5b93-4e83-a501-17eef22e8f9c.jpg and /dev/null differ diff --git a/app_data/images/3628f28d-7d7b-430d-bd57-13b51c28d55e.jpg b/app_data/images/3628f28d-7d7b-430d-bd57-13b51c28d55e.jpg deleted file mode 100644 index e5f8e9da..00000000 Binary files a/app_data/images/3628f28d-7d7b-430d-bd57-13b51c28d55e.jpg and /dev/null differ diff --git a/app_data/images/8b200426-6974-47d7-93be-626c4b5b122b.jpg b/app_data/images/8b200426-6974-47d7-93be-626c4b5b122b.jpg deleted file mode 100644 index de324663..00000000 Binary files a/app_data/images/8b200426-6974-47d7-93be-626c4b5b122b.jpg and /dev/null differ diff --git a/app_data/settings.json b/app_data/settings.json deleted file mode 100644 index 9e26dfee..00000000 --- a/app_data/settings.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/app_data/userConfig.json b/app_data/userConfig.json deleted file mode 100644 index 691da263..00000000 --- a/app_data/userConfig.json +++ /dev/null @@ -1 +0,0 @@ -{"LLM":"google","GOOGLE_API_KEY":"AIzaSyAFY4MWd8aE7L4qWkFdrqpDAMgO2M63Cc4","OLLAMA_URL":"http://localhost:11434","USE_CUSTOM_URL":false} \ No newline at end of file