From 51b9bd2be36a1fd05b423efaa067e377d0798e00 Mon Sep 17 00:00:00 2001 From: mihailkudravcev Date: Thu, 16 Jul 2026 15:47:55 +0300 Subject: [PATCH] Added config.local.json to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3726bf..e1f1ab1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ +config.example.json