From 978674a430db1a9587aec228a97ff9b56238e32b Mon Sep 17 00:00:00 2001 From: Adrian Pascu Date: Mon, 18 Mar 2024 22:33:26 +0100 Subject: [PATCH] Add `config.py` to gitignore --- .gitignore | 1 + config.py => config.example.py | 0 2 files changed, 1 insertion(+) rename config.py => config.example.py (100%) diff --git a/.gitignore b/.gitignore index 68bc17f..0df9d73 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +/config.py diff --git a/config.py b/config.example.py similarity index 100% rename from config.py rename to config.example.py