From 131852f4f4c1094751f5f5b0044d929804fa1cde Mon Sep 17 00:00:00 2001 From: yaso Date: Mon, 16 Sep 2024 13:02:12 +0200 Subject: [PATCH] update gitignore to ignore python .venv folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 11bc3dbd..1ba6c678 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ certbot/ # database/mysql.ibd # database/undo* # database/#innodb_redo/#ib_redo* +.venv \ No newline at end of file