From 7290bcdf1cfcb9dafc555dfcb5ab282e6523d384 Mon Sep 17 00:00:00 2001 From: Chesars Date: Fri, 20 Mar 2026 23:14:55 -0300 Subject: [PATCH] fix: separate .gitignore entries (missing newline) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ad383d0ab..ce164a15fb 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,5 @@ STABILIZATION_TODO.md **/test-results **/playwright-report **/*.storageState.json -**/coveragelitellm/model_prices_and_context_window.json +**/coverage +litellm/model_prices_and_context_window.json