diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed8ebf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ \ No newline at end of file diff --git a/webapp/__pycache__/__init__.cpython-313.pyc b/webapp/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 7796f29..0000000 Binary files a/webapp/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/webapp/routes/__pycache__/__init__.cpython-313.pyc b/webapp/routes/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index f3e1011..0000000 Binary files a/webapp/routes/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/webapp/routes/__pycache__/archive.cpython-313.pyc b/webapp/routes/__pycache__/archive.cpython-313.pyc deleted file mode 100644 index 6f1d849..0000000 Binary files a/webapp/routes/__pycache__/archive.cpython-313.pyc and /dev/null differ diff --git a/webapp/routes/__pycache__/blueprints.cpython-313.pyc b/webapp/routes/__pycache__/blueprints.cpython-313.pyc deleted file mode 100644 index 525c038..0000000 Binary files a/webapp/routes/__pycache__/blueprints.cpython-313.pyc and /dev/null differ diff --git a/webapp/routes/__pycache__/cookbook.cpython-313.pyc b/webapp/routes/__pycache__/cookbook.cpython-313.pyc deleted file mode 100644 index eb5ba05..0000000 Binary files a/webapp/routes/__pycache__/cookbook.cpython-313.pyc and /dev/null differ diff --git a/webapp/routes/__pycache__/structures.cpython-313.pyc b/webapp/routes/__pycache__/structures.cpython-313.pyc deleted file mode 100644 index 6a9b823..0000000 Binary files a/webapp/routes/__pycache__/structures.cpython-313.pyc and /dev/null differ diff --git a/webapp/services/__pycache__/__init__.cpython-313.pyc b/webapp/services/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 4e4ce9d..0000000 Binary files a/webapp/services/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/webapp/services/__pycache__/blueprints.cpython-313.pyc b/webapp/services/__pycache__/blueprints.cpython-313.pyc deleted file mode 100644 index 9b12dbf..0000000 Binary files a/webapp/services/__pycache__/blueprints.cpython-313.pyc and /dev/null differ diff --git a/webapp/services/__pycache__/ccookbook.cpython-313.pyc b/webapp/services/__pycache__/ccookbook.cpython-313.pyc deleted file mode 100644 index 041a69b..0000000 Binary files a/webapp/services/__pycache__/ccookbook.cpython-313.pyc and /dev/null differ diff --git a/webapp/storage/__pycache__/__init__.cpython-313.pyc b/webapp/storage/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index ceaf94d..0000000 Binary files a/webapp/storage/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/webapp/storage/__pycache__/orders.cpython-313.pyc b/webapp/storage/__pycache__/orders.cpython-313.pyc deleted file mode 100644 index 80fde3b..0000000 Binary files a/webapp/storage/__pycache__/orders.cpython-313.pyc and /dev/null differ diff --git a/webapp/storage/__pycache__/sql_store.cpython-313.pyc b/webapp/storage/__pycache__/sql_store.cpython-313.pyc deleted file mode 100644 index 67d3bb3..0000000 Binary files a/webapp/storage/__pycache__/sql_store.cpython-313.pyc and /dev/null differ