From b44dd4793befd12ac34b2ac6c85705cd4647421f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 12 Aug 2025 23:30:36 +0200 Subject: [PATCH] Add python virtual env. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ff2c02f..1e3485c 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,6 @@ id_ed25519 # --- Kubeconfig --- # Never commit secrets .kubeconfig + +# --- Python Virtualenv --- +.venv \ No newline at end of file