From d58d72a84eecd4754a5ed00d765b2f470ff6b5db Mon Sep 17 00:00:00 2001 From: suhas Date: Tue, 21 Nov 2023 18:33:37 -0600 Subject: remove __pycache__'s --- .gitignore | 5 ++++- cogs/__pycache__/__init__.cpython-311.pyc | Bin 147 -> 0 bytes cogs/__pycache__/solo.cpython-311.pyc | Bin 3774 -> 0 bytes cogs/__pycache__/stats.cpython-311.pyc | Bin 4073 -> 0 bytes cogs/__pycache__/tossup.cpython-311.pyc | Bin 3513 -> 0 bytes common/__pycache__/types.cpython-311.pyc | Bin 641 -> 0 bytes components/__pycache__/AnswerModal.cpython-311.pyc | Bin 10125 -> 0 bytes components/__pycache__/TossupButtons.cpython-311.pyc | Bin 9411 -> 0 bytes components/__pycache__/__init__.cpython-311.pyc | Bin 153 -> 0 bytes 9 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 cogs/__pycache__/__init__.cpython-311.pyc delete mode 100644 cogs/__pycache__/solo.cpython-311.pyc delete mode 100644 cogs/__pycache__/stats.cpython-311.pyc delete mode 100644 cogs/__pycache__/tossup.cpython-311.pyc delete mode 100644 common/__pycache__/types.cpython-311.pyc delete mode 100644 components/__pycache__/AnswerModal.cpython-311.pyc delete mode 100644 components/__pycache__/TossupButtons.cpython-311.pyc delete mode 100644 components/__pycache__/__init__.cpython-311.pyc diff --git a/.gitignore b/.gitignore index abc5844..f75eb9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .DS_Store .env data/* -data/ \ No newline at end of file +data/ +cogs/__pycache__/* +cogs/__pycache__ +*/__pycache__ \ No newline at end of file diff --git a/cogs/__pycache__/__init__.cpython-311.pyc b/cogs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 17c16fd..0000000 Binary files a/cogs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/cogs/__pycache__/solo.cpython-311.pyc b/cogs/__pycache__/solo.cpython-311.pyc deleted file mode 100644 index d6d2e68..0000000 Binary files a/cogs/__pycache__/solo.cpython-311.pyc and /dev/null differ diff --git a/cogs/__pycache__/stats.cpython-311.pyc b/cogs/__pycache__/stats.cpython-311.pyc deleted file mode 100644 index e68b20e..0000000 Binary files a/cogs/__pycache__/stats.cpython-311.pyc and /dev/null differ diff --git a/cogs/__pycache__/tossup.cpython-311.pyc b/cogs/__pycache__/tossup.cpython-311.pyc deleted file mode 100644 index 5a2fdcf..0000000 Binary files a/cogs/__pycache__/tossup.cpython-311.pyc and /dev/null differ diff --git a/common/__pycache__/types.cpython-311.pyc b/common/__pycache__/types.cpython-311.pyc deleted file mode 100644 index 131488c..0000000 Binary files a/common/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/components/__pycache__/AnswerModal.cpython-311.pyc b/components/__pycache__/AnswerModal.cpython-311.pyc deleted file mode 100644 index b760f9c..0000000 Binary files a/components/__pycache__/AnswerModal.cpython-311.pyc and /dev/null differ diff --git a/components/__pycache__/TossupButtons.cpython-311.pyc b/components/__pycache__/TossupButtons.cpython-311.pyc deleted file mode 100644 index 9281a92..0000000 Binary files a/components/__pycache__/TossupButtons.cpython-311.pyc and /dev/null differ diff --git a/components/__pycache__/__init__.cpython-311.pyc b/components/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b9cce83..0000000 Binary files a/components/__pycache__/__init__.cpython-311.pyc and /dev/null differ -- cgit 1.4.1-2-gfad0