From 1a481776c741f3cf13790f3b0aa2ff5c642e27a8 Mon Sep 17 00:00:00 2001 From: ewandor Date: Tue, 3 Oct 2023 13:16:18 +0200 Subject: [PATCH] Ignoring venv folder --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 748a094..8c5bc6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ __pycache__/ - +venv .idea/ -config.py \ No newline at end of file +config.py