From c8043cb482cfab045791d6d0a3d340c1f34a540b Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 11 Jul 2022 15:15:50 +0200 Subject: [PATCH] .gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 570b1cb..ce42227 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ -*/__pycache__/ +__pycache__/ check_patroni.egg-info -test/*.state_file -test/vagrant/.vagrant +tests/*.state_file +tests/config.ini +vagrant/.vagrant .*.swp .venv/ dist/ +build/