From dbe2ca3dacea923c5bdefa67310835b036240390 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 7 Aug 2022 09:51:41 +0300 Subject: Remove and ignore Pipfile.lock --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec2d1a1..e546a67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +Pipfile.lock + __pycache__ *.pyc -- cgit v1.3.1