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 = {