From ed98098bf5ccdefe3c227adb737d1fbee10e1717 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 11 Jul 2022 08:59:03 +0200 Subject: [PATCH] Update .gitignore (add .venv) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ba2638..5ec9cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ check_patroni.egg-info test/*.state_file test/vagrant/.vagrant .*.swp +.venv/