diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/inc/lib.image.path.php b/src/Image.php similarity index 100% rename from inc/lib.image.path.php rename to src/Image.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php diff --git a/inc/_noodles_functions.php b/src/Target/Generic.php similarity index 100% rename from inc/_noodles_functions.php rename to src/Target/Generic.php diff --git a/inc/class.noodles.php b/src/Targets.php similarity index 100% rename from inc/class.noodles.php rename to src/Targets.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php