From 53c2acf7c8804f8f25e9f05a61a1fc47d8cd06cf Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 23 May 2026 07:19:29 -0400 Subject: [PATCH] added Python environment directory to version control exclusion list --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5187909..f67fe87 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ roles/** *.tar *.zip *.gzip -*.tgz \ No newline at end of file +*.tgz + +# Python ignore list +/.env/ \ No newline at end of file