From cbca80f6ecd637a42981956c28d3bdbef1d1cafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 6 Oct 2023 12:57:53 -0400 Subject: [PATCH] Ignore local-only files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5f675ee..8a0bab5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # We ignore settings.ini as it is created automatically settings.ini +settings.bak +# Ignore our local processed files folder +processed/ # Ignore environment file which must be unique to the user .env # Ignore Python's cache