Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 7507703

Browse files
Avoid to push to repo SQLite DB
1 parent f871716 commit 7507703

File tree

7 files changed

+5
-3
lines changed

7 files changed

+5
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ htmlcov/
3939

4040
# Misc
4141
.DS_Store
42+
43+
# Codegate Dashboard DB
44+
codegate.db

codegate.db

-60 KB
Binary file not shown.

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codegate/providers/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from litellm.types.llms.openai import ChatCompletionRequest
99
from sqlalchemy.ext.asyncio import create_async_engine
1010

11-
from codegate.codegate_logging import setup_logging
1211
from codegate.db.utils import create_prompt_record
1312
from codegate.pipeline.base import PipelineResult, SequentialPipelineProcessor
1413
from codegate.providers.completion.base import BaseCompletionHandler

weaviate_data/classifications.db

0 Bytes
Binary file not shown.

weaviate_data/raft/raft.db

0 Bytes
Binary file not shown.

weaviate_data/schema.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)