diff --git a/.gitignore b/.gitignore index 4b95af1..0b55e80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .env -shifts.db \ No newline at end of file +shifts.db + +__pycache__ \ No newline at end of file diff --git a/__pycache__/DB.cpython-313.pyc b/__pycache__/DB.cpython-313.pyc deleted file mode 100644 index 57015c2..0000000 Binary files a/__pycache__/DB.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/PMT.cpython-313.pyc b/__pycache__/PMT.cpython-313.pyc deleted file mode 100644 index 59538e8..0000000 Binary files a/__pycache__/PMT.cpython-313.pyc and /dev/null differ