From 0bc0d9397351e268cf42d9defc9e86d822aa0c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 2 Jun 2021 10:45:20 -0400 Subject: [PATCH] Ignore .env file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 645fb98..5f675ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # We ignore settings.ini as it is created automatically settings.ini +# Ignore environment file which must be unique to the user +.env +# Ignore Python's cache __pycache__