diff --git a/.gitignore b/.gitignore index 6e25fa8..f9fdcf8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -cache/ \ No newline at end of file +cache/ +__pycache__/ diff --git a/__pycache__/initializer.cpython-312.pyc b/__pycache__/initializer.cpython-312.pyc deleted file mode 100644 index c87c95b..0000000 Binary files a/__pycache__/initializer.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/logger.cpython-312.pyc b/__pycache__/logger.cpython-312.pyc deleted file mode 100644 index e66c7f2..0000000 Binary files a/__pycache__/logger.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/room.cpython-312.pyc b/__pycache__/room.cpython-312.pyc deleted file mode 100644 index 8c8e786..0000000 Binary files a/__pycache__/room.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/spider.cpython-312.pyc b/__pycache__/spider.cpython-312.pyc deleted file mode 100644 index aebebef..0000000 Binary files a/__pycache__/spider.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/stream.cpython-312.pyc b/__pycache__/stream.cpython-312.pyc deleted file mode 100644 index 16f838e..0000000 Binary files a/__pycache__/stream.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/utils.cpython-312.pyc b/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index e6e5798..0000000 Binary files a/__pycache__/utils.cpython-312.pyc and /dev/null differ