From 31640b1523e5872f645afcee4331e75eb0410989 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 22 May 2024 01:59:29 +0200 Subject: [PATCH] add 'settings.py' to the gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..d1cc306 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# Config file +settings.py