summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsuhas <hi@suhas.one>2023-11-21 18:33:37 -0600
committersuhas <hi@suhas.one>2023-11-21 18:33:37 -0600
commitd58d72a84eecd4754a5ed00d765b2f470ff6b5db (patch)
tree98bb691db37006facc1e4588d93284ef2fbec257
parent6480ed3a4fd446c9d6c763fbe823c80832f7d067 (diff)
downloadqbb-d58d72a84eecd4754a5ed00d765b2f470ff6b5db.tar.gz
remove __pycache__'s
-rw-r--r--.gitignore5
-rw-r--r--cogs/__pycache__/__init__.cpython-311.pycbin147 -> 0 bytes
-rw-r--r--cogs/__pycache__/solo.cpython-311.pycbin3774 -> 0 bytes
-rw-r--r--cogs/__pycache__/stats.cpython-311.pycbin4073 -> 0 bytes
-rw-r--r--cogs/__pycache__/tossup.cpython-311.pycbin3513 -> 0 bytes
-rw-r--r--common/__pycache__/types.cpython-311.pycbin641 -> 0 bytes
-rw-r--r--components/__pycache__/AnswerModal.cpython-311.pycbin10125 -> 0 bytes
-rw-r--r--components/__pycache__/TossupButtons.cpython-311.pycbin9411 -> 0 bytes
-rw-r--r--components/__pycache__/__init__.cpython-311.pycbin153 -> 0 bytes
9 files changed, 4 insertions, 1 deletions
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
--- a/cogs/__pycache__/__init__.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/cogs/__pycache__/solo.cpython-311.pyc b/cogs/__pycache__/solo.cpython-311.pyc
deleted file mode 100644
index d6d2e68..0000000
--- a/cogs/__pycache__/solo.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/cogs/__pycache__/stats.cpython-311.pyc b/cogs/__pycache__/stats.cpython-311.pyc
deleted file mode 100644
index e68b20e..0000000
--- a/cogs/__pycache__/stats.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/cogs/__pycache__/tossup.cpython-311.pyc b/cogs/__pycache__/tossup.cpython-311.pyc
deleted file mode 100644
index 5a2fdcf..0000000
--- a/cogs/__pycache__/tossup.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/common/__pycache__/types.cpython-311.pyc b/common/__pycache__/types.cpython-311.pyc
deleted file mode 100644
index 131488c..0000000
--- a/common/__pycache__/types.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/components/__pycache__/AnswerModal.cpython-311.pyc b/components/__pycache__/AnswerModal.cpython-311.pyc
deleted file mode 100644
index b760f9c..0000000
--- a/components/__pycache__/AnswerModal.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/components/__pycache__/TossupButtons.cpython-311.pyc b/components/__pycache__/TossupButtons.cpython-311.pyc
deleted file mode 100644
index 9281a92..0000000
--- a/components/__pycache__/TossupButtons.cpython-311.pyc
+++ /dev/null
Binary files differdiff --git a/components/__pycache__/__init__.cpython-311.pyc b/components/__pycache__/__init__.cpython-311.pyc
deleted file mode 100644
index b9cce83..0000000
--- a/components/__pycache__/__init__.cpython-311.pyc
+++ /dev/null
Binary files differ