diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6534ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Python bytecode caches +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environments +venv/ +.venv/ +env/ +ENV/ + +# Project-specific paths +jobs/ +logs/ +*.log + +# OS metadata +.DS_Store +Thumbs.db diff --git a/__pycache__/backup_core.cpython-310.pyc b/__pycache__/backup_core.cpython-310.pyc deleted file mode 100644 index d18e10d..0000000 Binary files a/__pycache__/backup_core.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/gui_app.cpython-310.pyc b/__pycache__/gui_app.cpython-310.pyc deleted file mode 100644 index 9ecdf3c..0000000 Binary files a/__pycache__/gui_app.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/vsphere_backup.cpython-310.pyc b/__pycache__/vsphere_backup.cpython-310.pyc deleted file mode 100644 index 34bf2a5..0000000 Binary files a/__pycache__/vsphere_backup.cpython-310.pyc and /dev/null differ