diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39b1744 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +.venv/ +*.egg-info/ +dist/ +build/ diff --git a/src/order_bak/__pycache__/__init__.cpython-313.pyc b/src/order_bak/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index a0ad89f..0000000 Binary files a/src/order_bak/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/src/order_bak/__pycache__/cli.cpython-313.pyc b/src/order_bak/__pycache__/cli.cpython-313.pyc deleted file mode 100644 index c0a15fb..0000000 Binary files a/src/order_bak/__pycache__/cli.cpython-313.pyc and /dev/null differ