From 087f5da57b3b8def0c58b3e11c2b4dddc505c296 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 27 Mar 2026 01:53:58 +0100 Subject: [PATCH] chore: add .venv to .gitignore Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 52055b3..b56d435 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ terraform.tfstate* # Python bytecode __pycache__/ *.pyc +.venv/