From e59917c5ad64f4b8044a8293cec475af48825608 Mon Sep 17 00:00:00 2001 From: meshkatshb Date: Mon, 20 Jan 2025 16:55:12 +0330 Subject: [PATCH] feat: add .config.pkl file to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2d83410..a3f269d 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,6 @@ AgentHistoryList.json # For Docker data/ + +# For Config Files (Current Settings) +.config.pkl