From e98b785a63e7529e1fd2c9058a779b8305b6b51e Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 2 Jan 2025 02:17:06 +0100 Subject: [PATCH] Git ignore actual settings --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 505a3b1..51d280c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ wheels/ # Virtual environments .venv + +# Real settings +settings.yaml