diff --git a/.gitignore b/.gitignore index 9658d7a..f3eccb1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /dist Calc3D.spec /releases -*.ui \ No newline at end of file +*.ui +__pycache__ \ No newline at end of file diff --git a/__pycache__/calc3dui.cpython-311.pyc b/__pycache__/calc3dui.cpython-311.pyc deleted file mode 100644 index b2aeecd..0000000 Binary files a/__pycache__/calc3dui.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/calculating.cpython-311.pyc b/__pycache__/calculating.cpython-311.pyc deleted file mode 100644 index 76730a6..0000000 Binary files a/__pycache__/calculating.cpython-311.pyc and /dev/null differ