From 67bb0fe4ecfdd6184ba19026df10a8f83fd4c749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Joz=C3=ADfek?= Date: Tue, 18 Apr 2023 15:22:39 +0200 Subject: [PATCH] add ".env" to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 612eaf8e..ab4728e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ venv .idea +.env __pycache__ *.pyc build