diff --git a/.gitignore b/.gitignore index 3aa03f6..f7a70d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea -./db/__pycache__ -./__pycache__ \ No newline at end of file +db/__pycache__ +db/models/__pycache__ +__pycache__ \ No newline at end of file diff --git a/db/models/__pycache__/__init__.cpython-310.pyc b/db/models/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 833c408..0000000 Binary files a/db/models/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/db/models/__pycache__/base.cpython-310.pyc b/db/models/__pycache__/base.cpython-310.pyc deleted file mode 100644 index 15db595..0000000 Binary files a/db/models/__pycache__/base.cpython-310.pyc and /dev/null differ diff --git a/db/models/__pycache__/lot_data_model.cpython-310.pyc b/db/models/__pycache__/lot_data_model.cpython-310.pyc deleted file mode 100644 index cc7277d..0000000 Binary files a/db/models/__pycache__/lot_data_model.cpython-310.pyc and /dev/null differ