From 2aa6a1cc95e11b7808d7cc78db217e8860af406f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 16 Sep 2023 14:27:37 +0200 Subject: [PATCH] gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a6a4c85b..646d70e1 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,6 @@ venv.bak/ # mypy .mypy_cache/ + +# dotenv files +.env*