Commit 43f9a827 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: gitignore

parent 14dd0d11
...@@ -6,8 +6,11 @@ uploads ...@@ -6,8 +6,11 @@ uploads
*.db *.db
_test _test
Pipfile Pipfile
data/* !/data
!data/config.json /data/*
!/data/litellm
/data/litellm/*
!data/litellm/config.yaml !data/litellm/config.yaml
!data/config.json
.webui_secret_key .webui_secret_key
\ No newline at end of file
general_settings: {}
litellm_settings: {}
model_list: []
router_settings: {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment