From 51561868dcdc0cabb68bb8be02da0d1df5b39c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Mon, 8 Aug 2022 13:17:27 +0200 Subject: [PATCH] Ignore .env --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ef1b1e7..e0a272a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ .ipynb_checkpoints tracing_database.json __deploy__.ipynb +.env