From 3021b1d45508b14f5cfe1546a39b30d9e34259f0 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 2 Sep 2026 22:50:17 -0400 Subject: [PATCH] Updating gitignore to ignore venv --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7d75431..2971821 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# ignore python venv +.venv/ + # ignore installed roles/collections collections/ roles/