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