From 0dc52c431ca91be42dea2679dec34594d849adb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Fri, 17 Nov 2023 18:17:34 +0300 Subject: [PATCH] Add .venv/ to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferit Yiğit BALABAN --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 421b299..f5405b0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ # Potential executable names fan_control test + +.venv/ \ No newline at end of file