From 853a441eb9fe6cd238d455799f4f8fc9192fd8d8 Mon Sep 17 00:00:00 2001 From: Lowa Date: Sun, 16 Feb 2025 02:25:51 +0300 Subject: [PATCH] Update .gitignore and remove Visual Studio project file - Add 'output/' directory to .gitignore - Remove ComConfigCopy.pyproj Visual Studio project file --- .gitignore | 1 + ComConfigCopy.pyproj | 37 ------------------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 ComConfigCopy.pyproj diff --git a/.gitignore b/.gitignore index c234d52..4df8abb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ test.py __pycache__/ Firmware/1.jpg Firmware/2 +output/ \ No newline at end of file diff --git a/ComConfigCopy.pyproj b/ComConfigCopy.pyproj deleted file mode 100644 index c25cf6b..0000000 --- a/ComConfigCopy.pyproj +++ /dev/null @@ -1,37 +0,0 @@ - - - Debug - 2.0 - 5a5ba42b-743e-401d-ac33-9abfe8f095a1 - . - ComConfigCopy.py - - - . - . - ComConfigCopy - ComConfigCopy - Pytest - - - true - false - - - true - false - - - - - - - - - - - - - \ No newline at end of file