From a1cb6cb4e1ef2d43796f2af20adb9828daaf4c7d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Dubacq Date: Sat, 12 Oct 2024 19:25:00 +0200 Subject: [PATCH] Never upload .env file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..2a14801 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.env/ + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/