diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00f2d38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.pyc +.venv/ diff --git a/__pycache__/main.cpython-314.pyc b/__pycache__/main.cpython-314.pyc deleted file mode 100644 index 26aa45a..0000000 Binary files a/__pycache__/main.cpython-314.pyc and /dev/null differ diff --git a/models/__pycache__/__init__.cpython-314.pyc b/models/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 72cf939..0000000 Binary files a/models/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/models/__pycache__/schemas.cpython-314.pyc b/models/__pycache__/schemas.cpython-314.pyc deleted file mode 100644 index cef658c..0000000 Binary files a/models/__pycache__/schemas.cpython-314.pyc and /dev/null differ diff --git a/routers/__pycache__/__init__.cpython-314.pyc b/routers/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 087e016..0000000 Binary files a/routers/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/routers/__pycache__/drives.cpython-314.pyc b/routers/__pycache__/drives.cpython-314.pyc deleted file mode 100644 index 1fec6b6..0000000 Binary files a/routers/__pycache__/drives.cpython-314.pyc and /dev/null differ diff --git a/routers/__pycache__/enclosures.cpython-314.pyc b/routers/__pycache__/enclosures.cpython-314.pyc deleted file mode 100644 index 4dc5f0c..0000000 Binary files a/routers/__pycache__/enclosures.cpython-314.pyc and /dev/null differ diff --git a/routers/__pycache__/overview.cpython-314.pyc b/routers/__pycache__/overview.cpython-314.pyc deleted file mode 100644 index a2ce041..0000000 Binary files a/routers/__pycache__/overview.cpython-314.pyc and /dev/null differ diff --git a/services/__pycache__/__init__.cpython-314.pyc b/services/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index d17dc73..0000000 Binary files a/services/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/services/__pycache__/cache.cpython-314.pyc b/services/__pycache__/cache.cpython-314.pyc deleted file mode 100644 index 6c56633..0000000 Binary files a/services/__pycache__/cache.cpython-314.pyc and /dev/null differ diff --git a/services/__pycache__/enclosure.cpython-314.pyc b/services/__pycache__/enclosure.cpython-314.pyc deleted file mode 100644 index 95360a3..0000000 Binary files a/services/__pycache__/enclosure.cpython-314.pyc and /dev/null differ diff --git a/services/__pycache__/smart.cpython-314.pyc b/services/__pycache__/smart.cpython-314.pyc deleted file mode 100644 index bdb7560..0000000 Binary files a/services/__pycache__/smart.cpython-314.pyc and /dev/null differ