diff --git a/.gitignore b/.gitignore index fcfcb28..cddbf53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .env __pycache__ -functions/__pycache__ \ No newline at end of file +**/__pycache__/ \ No newline at end of file diff --git a/calculator/pkg/__pycache__/calculator.cpython-312.pyc b/calculator/pkg/__pycache__/calculator.cpython-312.pyc deleted file mode 100644 index f069b8c..0000000 Binary files a/calculator/pkg/__pycache__/calculator.cpython-312.pyc and /dev/null differ diff --git a/calculator/pkg/__pycache__/render.cpython-312.pyc b/calculator/pkg/__pycache__/render.cpython-312.pyc deleted file mode 100644 index 84c1387..0000000 Binary files a/calculator/pkg/__pycache__/render.cpython-312.pyc and /dev/null differ