From 5dcbc0dd551f711ade5b24ba5ae706d965c9fb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Turon?= <67438054+Trotyl84@users.noreply.github.com> Date: Sat, 18 Feb 2023 23:49:28 +0100 Subject: [PATCH] Update .gitignore Please add this entry for virtual python interpreter. This directory name is needed in the PyCharm environment. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 780ecfb56..5f1b8924b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ htmlcov __pycache__ .vagrant/ .idea/ +.venv/