From 2440246037af67f2c9db116add9a3ab14bddc764 Mon Sep 17 00:00:00 2001
From: Peter Nerlich <peter.nerlich+dev@googlemail.com>
Date: Tue, 4 May 2021 16:56:50 +0200
Subject: [PATCH] add .gitignore for python venv and vagrant/ansible stuff

---
 .gitignore | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14f3793
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# python venv stuff
+.cache
+bin
+lib
+lib64
+pyvenv.cfg
+
+# vagrant stuff
+.vagrant
+
+# ansible stuff
+tests/
-- 
GitLab