diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a60b85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +*.pyc diff --git a/bot/__pycache__/board_data.cpython-310.pyc b/bot/__pycache__/board_data.cpython-310.pyc deleted file mode 100644 index 6c77569..0000000 Binary files a/bot/__pycache__/board_data.cpython-310.pyc and /dev/null differ diff --git a/bot/__pycache__/parser.cpython-310.pyc b/bot/__pycache__/parser.cpython-310.pyc deleted file mode 100644 index c109a46..0000000 Binary files a/bot/__pycache__/parser.cpython-310.pyc and /dev/null differ