From 0f9bcd0c7a573548ffaf30d995ad8bb75a8f2c57 Mon Sep 17 00:00:00 2001 From: Ebbe Date: Fri, 4 Sep 2026 10:49:24 +0200 Subject: [PATCH] added python env folders to ignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c8af7db..ac1e42e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,13 @@ # Built Visual Studio Code Extensions *.vsix +# Python +venv/ +env/ +venv/* +env/* + +# Project specific .env *.html .DS_Store