From de03438c7afd80fa7598dcf5ef40085d65a116bf Mon Sep 17 00:00:00 2001 From: Dominic Schlegel Date: Wed, 16 Oct 2019 14:24:17 +0000 Subject: Add .venv/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b9b98e71..9e19c618 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ stage *.snap *.cover .idea/ +.venv/ # Ignore packaging artifacts cloud-init.dsc -- cgit v1.2.3