diff --git a/.gitignore b/.gitignore index eba74f4..53ac36d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -venv/ \ No newline at end of file +venv/ +__pycache__/ +*.pyc \ No newline at end of file diff --git a/__pycache__/__init__.cpython-39.pyc b/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index fdcd4cf..0000000 Binary files a/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/__pycache__/monitor.cpython-39.pyc b/__pycache__/monitor.cpython-39.pyc deleted file mode 100644 index cbbcc5e..0000000 Binary files a/__pycache__/monitor.cpython-39.pyc and /dev/null differ