From 4bda5c777abb45223bee2fc2b5a60d2de5138e37 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:00:38 +0100 Subject: [PATCH] Create .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58cd12e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.venv/**/* +ansible.cfg +inventory +test.yml +__pycache__ \ No newline at end of file