fix(fastapi): adds app_data in gitignore, removes app_data directory

This commit is contained in:
sauravniraula 2025-07-17 07:36:03 +05:45
parent 03b2b06ff0
commit 5040dbefd7
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326
7 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ __pycache__
node_modules
out
user_data
app_data
tmp
debug
.fastembed_cache

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -1 +0,0 @@
{}

View file

@ -1 +0,0 @@
{"LLM":"google","GOOGLE_API_KEY":"AIzaSyAFY4MWd8aE7L4qWkFdrqpDAMgO2M63Cc4","OLLAMA_URL":"http://localhost:11434","USE_CUSTOM_URL":false}