From c95915483f3133fe28d5475c2b44ebb53c9c0d36 Mon Sep 17 00:00:00 2001 From: Lowa Date: Sun, 16 Feb 2025 03:09:23 +0300 Subject: [PATCH] Update .gitignore to include virtual environment directory - Add '.venv/' to .gitignore to exclude Python virtual environment files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4df8abb..059c901 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ test.py __pycache__/ Firmware/1.jpg Firmware/2 -output/ \ No newline at end of file +output/ +.venv/ \ No newline at end of file