diff --git a/.gitignore b/.gitignore index 8812401..96138b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -port.json \ No newline at end of file +port.json +*.pyc diff --git a/modules/__pycache__/render.cpython-310.pyc b/modules/__pycache__/render.cpython-310.pyc deleted file mode 100644 index 63f88cd..0000000 Binary files a/modules/__pycache__/render.cpython-310.pyc and /dev/null differ diff --git a/modules/__pycache__/render.cpython-38.pyc b/modules/__pycache__/render.cpython-38.pyc deleted file mode 100644 index 746da40..0000000 Binary files a/modules/__pycache__/render.cpython-38.pyc and /dev/null differ diff --git a/modules/__pycache__/search.cpython-310.pyc b/modules/__pycache__/search.cpython-310.pyc deleted file mode 100644 index c466df3..0000000 Binary files a/modules/__pycache__/search.cpython-310.pyc and /dev/null differ diff --git a/modules/__pycache__/search.cpython-38.pyc b/modules/__pycache__/search.cpython-38.pyc deleted file mode 100644 index 90cdf03..0000000 Binary files a/modules/__pycache__/search.cpython-38.pyc and /dev/null differ