From e1a6e509279253fdc02f66af3f25146c7b02fd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Fri, 24 Nov 2023 23:31:33 +0100 Subject: [PATCH] Add settings file (to gitignore) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25f2c25..46b6cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ secrets.py +settings.py