From abfc507e4e6831a503176463b4b1086a50d081ad Mon Sep 17 00:00:00 2001 From: Razvalyaev Date: Tue, 15 Jul 2025 13:13:08 +0300 Subject: [PATCH] =?UTF-8?q?=D1=80=D0=B5=D0=B3=D1=83=D0=BB=D1=8F=D1=80?= =?UTF-8?q?=D0=BD=D0=BA=D0=B0=20=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=B0=D0=B5=D1=82=20=D0=B2=20clean=5Fremp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build_and_clean.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/build_and_clean.py b/build/build_and_clean.py index 5c4c137..c3ea202 100644 --- a/build/build_and_clean.py +++ b/build/build_and_clean.py @@ -26,7 +26,9 @@ ICON_ICO_PATH = SRC_PATH / "icon.ico" TEMP_FOLDERS = [ "build_temp", "__pycache__", - "DebugVarEdit_GUI\..*$" + "DebugVarEdit_GUI.build", + "DebugVarEdit_GUI.onefile-build", + "DebugVarEdit_GUI.dist" ] # === Пути к DLL и прочим зависимостям === LIBS = {