diff --git a/.cursor/rules/human-input-sound.mdc b/.cursor/rules/human-attention-sound.mdc similarity index 100% rename from .cursor/rules/human-input-sound.mdc rename to .cursor/rules/human-attention-sound.mdc diff --git a/annotation-queue/annotation_queue_dto.py b/src/annotation-queue/annotation_queue_dto.py similarity index 100% rename from annotation-queue/annotation_queue_dto.py rename to src/annotation-queue/annotation_queue_dto.py diff --git a/annotation-queue/annotation_queue_handler.py b/src/annotation-queue/annotation_queue_handler.py similarity index 100% rename from annotation-queue/annotation_queue_handler.py rename to src/annotation-queue/annotation_queue_handler.py diff --git a/annotation-queue/classes.json b/src/annotation-queue/classes.json similarity index 100% rename from annotation-queue/classes.json rename to src/annotation-queue/classes.json diff --git a/annotation-queue/config.yaml b/src/annotation-queue/config.yaml similarity index 100% rename from annotation-queue/config.yaml rename to src/annotation-queue/config.yaml diff --git a/annotation-queue/offset.yaml b/src/annotation-queue/offset.yaml similarity index 100% rename from annotation-queue/offset.yaml rename to src/annotation-queue/offset.yaml diff --git a/annotation-queue/requirements.txt b/src/annotation-queue/requirements.txt similarity index 100% rename from annotation-queue/requirements.txt rename to src/annotation-queue/requirements.txt diff --git a/annotation-queue/run.sh b/src/annotation-queue/run.sh similarity index 100% rename from annotation-queue/run.sh rename to src/annotation-queue/run.sh diff --git a/api_client.py b/src/api_client.py similarity index 100% rename from api_client.py rename to src/api_client.py diff --git a/augmentation.py b/src/augmentation.py similarity index 100% rename from augmentation.py rename to src/augmentation.py diff --git a/cdn_manager.py b/src/cdn_manager.py similarity index 100% rename from cdn_manager.py rename to src/cdn_manager.py diff --git a/classes.json b/src/classes.json similarity index 100% rename from classes.json rename to src/classes.json diff --git a/constants.py b/src/constants.py similarity index 100% rename from constants.py rename to src/constants.py diff --git a/convert-annotations.py b/src/convert-annotations.py similarity index 100% rename from convert-annotations.py rename to src/convert-annotations.py diff --git a/dataset-visualiser.py b/src/dataset-visualiser.py similarity index 100% rename from dataset-visualiser.py rename to src/dataset-visualiser.py diff --git a/dto/annotationClass.py b/src/dto/annotationClass.py similarity index 100% rename from dto/annotationClass.py rename to src/dto/annotationClass.py diff --git a/dto/annotation_bulk_message.py b/src/dto/annotation_bulk_message.py similarity index 100% rename from dto/annotation_bulk_message.py rename to src/dto/annotation_bulk_message.py diff --git a/dto/annotation_message.py b/src/dto/annotation_message.py similarity index 100% rename from dto/annotation_message.py rename to src/dto/annotation_message.py diff --git a/dto/imageLabel.py b/src/dto/imageLabel.py similarity index 100% rename from dto/imageLabel.py rename to src/dto/imageLabel.py diff --git a/exports.py b/src/exports.py similarity index 100% rename from exports.py rename to src/exports.py diff --git a/hardware_service.py b/src/hardware_service.py similarity index 100% rename from hardware_service.py rename to src/hardware_service.py diff --git a/inference/__init__.py b/src/inference/__init__.py similarity index 100% rename from inference/__init__.py rename to src/inference/__init__.py diff --git a/inference/dto.py b/src/inference/dto.py similarity index 100% rename from inference/dto.py rename to src/inference/dto.py diff --git a/inference/inference.py b/src/inference/inference.py similarity index 100% rename from inference/inference.py rename to src/inference/inference.py diff --git a/inference/onnx_engine.py b/src/inference/onnx_engine.py similarity index 100% rename from inference/onnx_engine.py rename to src/inference/onnx_engine.py diff --git a/inference/tensorrt_engine.py b/src/inference/tensorrt_engine.py similarity index 100% rename from inference/tensorrt_engine.py rename to src/inference/tensorrt_engine.py diff --git a/manual_run.py b/src/manual_run.py similarity index 100% rename from manual_run.py rename to src/manual_run.py diff --git a/security.py b/src/security.py similarity index 100% rename from security.py rename to src/security.py diff --git a/start_inference.py b/src/start_inference.py similarity index 100% rename from start_inference.py rename to src/start_inference.py diff --git a/train.py b/src/train.py similarity index 100% rename from train.py rename to src/train.py diff --git a/utils.py b/src/utils.py similarity index 100% rename from utils.py rename to src/utils.py