diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9ecce5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +src/__pycache__ +tests/__pycache__ \ No newline at end of file diff --git a/src/__pycache__/__init__.cpython-313.pyc b/src/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 46f1ea0..0000000 Binary files a/src/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/src/__pycache__/main.cpython-313.pyc b/src/__pycache__/main.cpython-313.pyc deleted file mode 100644 index 9d3ab38..0000000 Binary files a/src/__pycache__/main.cpython-313.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-313.pyc b/tests/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index ff57be0..0000000 Binary files a/tests/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/tests/__pycache__/test_main.cpython-313.pyc b/tests/__pycache__/test_main.cpython-313.pyc deleted file mode 100644 index 321d72e..0000000 Binary files a/tests/__pycache__/test_main.cpython-313.pyc and /dev/null differ