From aadb000710c901b6ae42a59e1f0c59ab20234926 Mon Sep 17 00:00:00 2001 From: Clasko Date: Mon, 19 Jan 2026 02:23:01 +0000 Subject: [PATCH] Rename config --- .gitignore | 2 ++ config.json => config.json.example | 0 2 files changed, 2 insertions(+) rename config.json => config.json.example (100%) diff --git a/.gitignore b/.gitignore index 36b13f1..43c7966 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # ---> Python +config.json + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/config.json b/config.json.example similarity index 100% rename from config.json rename to config.json.example