From ce4b199fe472c23f37376fc2e30e946c93bd4952 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 30 Jul 2021 21:39:13 +0300 Subject: add some unit tests This is a first step towards integrating with GitHub/Bitbucket properly. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8b77993..5935c49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ __pycache__/ *.pyc +/.venv/ /build/ /dist/ -- cgit v1.2.3