Add python virtual env.

This commit is contained in:
2025-08-12 23:30:36 +02:00
parent bc2518b4ba
commit b44dd4793b

3
.gitignore vendored
View File

@@ -63,3 +63,6 @@ id_ed25519
# --- Kubeconfig --- # --- Kubeconfig ---
# Never commit secrets # Never commit secrets
.kubeconfig .kubeconfig
# --- Python Virtualenv ---
.venv