diff --git a/.gitignore b/.gitignore index b85fd87..231dcf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ __pycache__/ *.py[cod] *$py.class -.idea \ No newline at end of file +.idea +db/__pycache__/* +*.iml \ No newline at end of file diff --git a/db/__pycache__/__init__.cpython-39.pyc b/db/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 1e97639..0000000 Binary files a/db/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/db/__pycache__/mongo_manager.cpython-39.pyc b/db/__pycache__/mongo_manager.cpython-39.pyc deleted file mode 100644 index f69fd4a..0000000 Binary files a/db/__pycache__/mongo_manager.cpython-39.pyc and /dev/null differ diff --git a/models/__pycache__/ReserveResultPojo.cpython-39.pyc b/models/__pycache__/ReserveResultPojo.cpython-39.pyc deleted file mode 100644 index dfba9da..0000000 Binary files a/models/__pycache__/ReserveResultPojo.cpython-39.pyc and /dev/null differ diff --git a/models/__pycache__/__init__.cpython-39.pyc b/models/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 5f3a3e3..0000000 Binary files a/models/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/models/__pycache__/contact_pojo.cpython-39.pyc b/models/__pycache__/contact_pojo.cpython-39.pyc deleted file mode 100644 index 0c35d87..0000000 Binary files a/models/__pycache__/contact_pojo.cpython-39.pyc and /dev/null differ diff --git a/queue_message/__pycache__/__init__.cpython-39.pyc b/queue_message/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index d979760..0000000 Binary files a/queue_message/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/queue_message/__pycache__/receiver.cpython-39.pyc b/queue_message/__pycache__/receiver.cpython-39.pyc deleted file mode 100644 index 7143b98..0000000 Binary files a/queue_message/__pycache__/receiver.cpython-39.pyc and /dev/null differ