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