From e6ef2bd50f51bc0579b8d63003482769d0b4c033 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:43:38 +0700 Subject: [PATCH] Update .gitignore Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d505248..2858629 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ /venv ## Ignore Python complied files -*/__pycache__ +*__pycache__ ## Ignore ui -> py transform */form.py