From 42bc1705795582eb6fe8cf628721e124c9b7d43f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Dec 2023 16:59:49 +0530 Subject: [PATCH] (chore) add dynamo.log to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5ad13111..bad6dc917 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,5 @@ litellm/tests/config_*.yaml litellm/tests/langfuse.log litellm/tests/test_custom_logger.py litellm/tests/langfuse.log -litellm/tests/dynamo.log +litellm/tests/dynamo*.log .vscode/settings.json