From 660a4518a1569e73eaccb6c3194e6f4054a56374 Mon Sep 17 00:00:00 2001 From: Tijs Verkoyen Date: Tue, 11 Jun 2024 22:44:10 +0200 Subject: [PATCH] Ignore local Python venv --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a25bbd08..49fd7cbf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,9 @@ home-assistant.log scenes.yaml scripts.yaml secrets.yaml -debugging \ No newline at end of file +debugging + +# Local python venv +bin +lib +pyvenv.cfg