From 6d88bb8faf4e7fbcdb02c899398d0ea90edadac0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 16 Jan 2025 17:48:43 +0100 Subject: [PATCH] Delete autoimport/README.md (#13) Signed-off-by: Glenn Jocher --- autoimport/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 autoimport/README.md diff --git a/autoimport/README.md b/autoimport/README.md deleted file mode 100644 index 9e6d2d0..0000000 --- a/autoimport/README.md +++ /dev/null @@ -1,18 +0,0 @@ -
-Ultralytics logo - -# Source Code Directory (`src/` or `your_package_name/`) - -The root directory of this project serves as the container for the Python source code. - -## Structure - -- Our project is organized directly at the root level into modules and sub-packages. -- Each sub-package or module resides in its own dedicated folder or file right at the root. -- The `pyproject.toml` file, also at the root of our project, defines the packaging configurations. - -## Guidelines - -- Ensure that code is well-documented and adheres to Ultralytics coding standards. -- Introduce new modules or packages as necessary, maintaining a logical and clean structure directly at the root level. -- All code should be rigorously tested and verified for functionality and performance, ensuring high-quality standards are upheld.