diff --git a/.gitignore b/.gitignore index 2912d62..30514e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /dist/ /build/ +/.qtcreator/ +/__pycache__/ diff --git a/__pycache__/dialogs.cpython-314.pyc b/__pycache__/dialogs.cpython-314.pyc index a442eeb..e418f97 100644 Binary files a/__pycache__/dialogs.cpython-314.pyc and b/__pycache__/dialogs.cpython-314.pyc differ diff --git a/__pycache__/disk_operations.cpython-314.pyc b/__pycache__/disk_operations.cpython-314.pyc index 635c76b..6e204c7 100644 Binary files a/__pycache__/disk_operations.cpython-314.pyc and b/__pycache__/disk_operations.cpython-314.pyc differ diff --git a/__pycache__/logger_config.cpython-314.pyc b/__pycache__/logger_config.cpython-314.pyc index 22bf360..bbd8b9f 100644 Binary files a/__pycache__/logger_config.cpython-314.pyc and b/__pycache__/logger_config.cpython-314.pyc differ diff --git a/__pycache__/lvm_operations.cpython-314.pyc b/__pycache__/lvm_operations.cpython-314.pyc index 1e7b8c3..0c66416 100644 Binary files a/__pycache__/lvm_operations.cpython-314.pyc and b/__pycache__/lvm_operations.cpython-314.pyc differ diff --git a/__pycache__/occupation_resolver.cpython-314.pyc b/__pycache__/occupation_resolver.cpython-314.pyc index acefa8d..008fc41 100644 Binary files a/__pycache__/occupation_resolver.cpython-314.pyc and b/__pycache__/occupation_resolver.cpython-314.pyc differ diff --git a/__pycache__/raid_operations.cpython-314.pyc b/__pycache__/raid_operations.cpython-314.pyc index 696211a..3d700af 100644 Binary files a/__pycache__/raid_operations.cpython-314.pyc and b/__pycache__/raid_operations.cpython-314.pyc differ diff --git a/__pycache__/system_info.cpython-314.pyc b/__pycache__/system_info.cpython-314.pyc index 0f16a3c..da2aad4 100644 Binary files a/__pycache__/system_info.cpython-314.pyc and b/__pycache__/system_info.cpython-314.pyc differ diff --git a/__pycache__/ui_form.cpython-314.pyc b/__pycache__/ui_form.cpython-314.pyc index e79d5a7..1f48347 100644 Binary files a/__pycache__/ui_form.cpython-314.pyc and b/__pycache__/ui_form.cpython-314.pyc differ