diff --git a/.gitignore b/.gitignore index 66c8375..b5c0e34 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,5 @@ test.py .idea/ aio/.idea/ aio/__pycache__/ -aio/dist/ -aio/build/ -aio/aio.spec +aio/package/ aio/venv diff --git a/aio/file_version_info.txt b/aio/assets/file_version_info.txt similarity index 100% rename from aio/file_version_info.txt rename to aio/assets/file_version_info.txt diff --git a/aio/icon.ico b/aio/assets/icon.ico similarity index 100% rename from aio/icon.ico rename to aio/assets/icon.ico diff --git a/aio/layout.xlsx b/aio/assets/layout.xlsx similarity index 100% rename from aio/layout.xlsx rename to aio/assets/layout.xlsx diff --git a/aio/requirements.txt b/aio/assets/requirements.txt similarity index 100% rename from aio/requirements.txt rename to aio/assets/requirements.txt diff --git a/aio/vers b/aio/assets/vers similarity index 100% rename from aio/vers rename to aio/assets/vers diff --git a/aio/workflow/brake.excalidraw b/aio/assets/workflow/brake.excalidraw similarity index 100% rename from aio/workflow/brake.excalidraw rename to aio/assets/workflow/brake.excalidraw diff --git a/aio/workflow/current.excalidraw b/aio/assets/workflow/current.excalidraw similarity index 100% rename from aio/workflow/current.excalidraw rename to aio/assets/workflow/current.excalidraw diff --git a/aio/aio.py b/aio/code/aio.py similarity index 100% rename from aio/aio.py rename to aio/code/aio.py diff --git a/aio/brake.py b/aio/code/brake.py similarity index 100% rename from aio/brake.py rename to aio/code/brake.py diff --git a/aio/current.py b/aio/code/current.py similarity index 100% rename from aio/current.py rename to aio/code/current.py diff --git a/aio/iso.py b/aio/code/iso.py similarity index 100% rename from aio/iso.py rename to aio/code/iso.py