diff --git a/.gitignore b/.gitignore index 44b1f64..f4330cb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,5 +20,6 @@ instance/ *.swp bennysblog/ +benny/ venv/ __pycache__/ diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc deleted file mode 100644 index 8a45a9b..0000000 Binary files a/__pycache__/app.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/wsgi.cpython-311.pyc b/__pycache__/wsgi.cpython-311.pyc deleted file mode 100644 index d702b76..0000000 Binary files a/__pycache__/wsgi.cpython-311.pyc and /dev/null differ diff --git a/app.py b/app.py index 6978cec..61e31c9 100644 --- a/app.py +++ b/app.py @@ -9,10 +9,10 @@ app.secret_key = os.getenv("APP_SECRET_KEY", "dev") CONTACT = { "name": os.getenv("BH_CONTACT_NAME", "Benjamin Mosley"), - "title": os.getenv("BH_CONTACT_TITLE", "E-Commerce Manager, United Supermarkets"), + "title": os.getenv("BH_CONTACT_TITLE", "Level II Technical Support, AMA TechTel"), "email": os.getenv("BH_CONTACT_EMAIL", "ben@bennyshouse.net"), - "phone": os.getenv("BH_CONTACT_PHONE", "(806) 655 2300"), - "city": os.getenv("BH_CONTACT_CITY", "Canyon / Amarillo / Borger / Remote"), + "phone": os.getenv("BH_CONTACT_PHONE", "Email to request phone number"), + "city": os.getenv("BH_CONTACT_CITY", "Greater Amarillo Area"), "cal": os.getenv("BH_CONTACT_CAL", "https://calendly.com/bennyshouse24/30min"), "link": os.getenv("BH_CONTACT_LINK", "https://www.linkedin.com/in/benjamin-mosley-849643329/"), "site": os.getenv("BH_CONTACT_SITE", "https://bennyshouse.net"), @@ -20,7 +20,7 @@ CONTACT = { } BRAND = "Benny’s House" -TAGLINE = "Fast to prototype. Safe to scale." +TAGLINE = "Local tech help, done right." @app.route("/") def home(): diff --git a/bennysblog/lib/python3.11/site-packages/__pycache__/six.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/__pycache__/six.cpython-311.pyc deleted file mode 100644 index 8bb38ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/__pycache__/six.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/__pycache__/typing_extensions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/__pycache__/typing_extensions.cpython-311.pyc deleted file mode 100644 index 6797c15..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/__pycache__/typing_extensions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fa4ae53..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc deleted file mode 100644 index b8edcfa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3b43bef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/_utilities.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/_utilities.cpython-311.pyc deleted file mode 100644 index e342532..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/_utilities.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/base.cpython-311.pyc deleted file mode 100644 index a248ffa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/blinker/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a1ca6a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/_compat.cpython-311.pyc deleted file mode 100644 index 69568ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_termui_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/_termui_impl.cpython-311.pyc deleted file mode 100644 index 2f039ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_termui_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_textwrap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/_textwrap.cpython-311.pyc deleted file mode 100644 index e8151ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_textwrap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_winconsole.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/_winconsole.cpython-311.pyc deleted file mode 100644 index 910f494..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/_winconsole.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/core.cpython-311.pyc deleted file mode 100644 index daea4c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/decorators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/decorators.cpython-311.pyc deleted file mode 100644 index 52ba20d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/decorators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 18f53e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/formatting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/formatting.cpython-311.pyc deleted file mode 100644 index b62d776..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/formatting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/globals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/globals.cpython-311.pyc deleted file mode 100644 index f39420b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/globals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/parser.cpython-311.pyc deleted file mode 100644 index 44e2f08..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/shell_completion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/shell_completion.cpython-311.pyc deleted file mode 100644 index 81da286..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/shell_completion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/termui.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/termui.cpython-311.pyc deleted file mode 100644 index 7dcdc2e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/termui.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/testing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/testing.cpython-311.pyc deleted file mode 100644 index 0b8c73d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/testing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/types.cpython-311.pyc deleted file mode 100644 index 6928bef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/click/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/click/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index e0d278d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/click/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1c756ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/_common.cpython-311.pyc deleted file mode 100644 index 9aed804..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/_version.cpython-311.pyc deleted file mode 100644 index 09aff53..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/easter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/easter.cpython-311.pyc deleted file mode 100644 index bc14506..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/easter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/relativedelta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/relativedelta.cpython-311.pyc deleted file mode 100644 index c4d2196..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/relativedelta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/rrule.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/rrule.cpython-311.pyc deleted file mode 100644 index daa8823..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/rrule.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/tzwin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/tzwin.cpython-311.pyc deleted file mode 100644 index a5a6de3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/tzwin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index a3c100a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8481e67..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/_parser.cpython-311.pyc deleted file mode 100644 index 24cc50d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/isoparser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/isoparser.cpython-311.pyc deleted file mode 100644 index 4ced2ac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/parser/__pycache__/isoparser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f64747d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/_common.cpython-311.pyc deleted file mode 100644 index 8db5a8e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/_factories.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/_factories.cpython-311.pyc deleted file mode 100644 index 07f57da..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/_factories.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/tz.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/tz.cpython-311.pyc deleted file mode 100644 index e433380..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/tz.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/win.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/win.cpython-311.pyc deleted file mode 100644 index 46145c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/tz/__pycache__/win.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/zoneinfo/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/zoneinfo/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 35ac734..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/zoneinfo/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dateutil/zoneinfo/__pycache__/rebuild.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dateutil/zoneinfo/__pycache__/rebuild.cpython-311.pyc deleted file mode 100644 index 95b6646..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dateutil/zoneinfo/__pycache__/rebuild.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c256ae4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 7c7d5c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/cli.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/cli.cpython-311.pyc deleted file mode 100644 index a1dfc23..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/cli.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/ipython.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/ipython.cpython-311.pyc deleted file mode 100644 index df5d9e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/ipython.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/main.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 9bf5696..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/parser.cpython-311.pyc deleted file mode 100644 index ae81d97..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/variables.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/variables.cpython-311.pyc deleted file mode 100644 index 2e8db67..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/variables.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 999c0dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/dotenv/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index caf3b01..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index af06909..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/app.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/app.cpython-311.pyc deleted file mode 100644 index 34b454b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/app.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/blueprints.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/blueprints.cpython-311.pyc deleted file mode 100644 index 9d73ebb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/blueprints.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/cli.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/cli.cpython-311.pyc deleted file mode 100644 index 6f74416..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/cli.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/config.cpython-311.pyc deleted file mode 100644 index f0d39e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/ctx.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/ctx.cpython-311.pyc deleted file mode 100644 index 87e8700..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/ctx.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/debughelpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/debughelpers.cpython-311.pyc deleted file mode 100644 index b76919e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/debughelpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/globals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/globals.cpython-311.pyc deleted file mode 100644 index a454ddc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/globals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/helpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/helpers.cpython-311.pyc deleted file mode 100644 index 2e2fd00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/helpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/logging.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/logging.cpython-311.pyc deleted file mode 100644 index b55268c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/logging.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/sessions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/sessions.cpython-311.pyc deleted file mode 100644 index 1da2534..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/sessions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/signals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/signals.cpython-311.pyc deleted file mode 100644 index 339f11b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/signals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/templating.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/templating.cpython-311.pyc deleted file mode 100644 index f78e9e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/templating.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/testing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/testing.cpython-311.pyc deleted file mode 100644 index 628e319..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/testing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/typing.cpython-311.pyc deleted file mode 100644 index 6482494..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/views.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/views.cpython-311.pyc deleted file mode 100644 index bcd4318..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/views.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/wrappers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/__pycache__/wrappers.cpython-311.pyc deleted file mode 100644 index 949b7b8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/__pycache__/wrappers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c023de5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/provider.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/provider.cpython-311.pyc deleted file mode 100644 index de0ec2c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/provider.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/tag.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/tag.cpython-311.pyc deleted file mode 100644 index 1faa753..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/json/__pycache__/tag.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/app.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/app.cpython-311.pyc deleted file mode 100644 index 0456809..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/app.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/blueprints.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/blueprints.cpython-311.pyc deleted file mode 100644 index 3cf4a49..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/blueprints.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/scaffold.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/scaffold.cpython-311.pyc deleted file mode 100644 index b7e543a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask/sansio/__pycache__/scaffold.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/__about__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/__about__.cpython-311.pyc deleted file mode 100644 index e90c8eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/__about__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7e35481..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 2dc085c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/login_manager.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/login_manager.cpython-311.pyc deleted file mode 100644 index 5ef92bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/login_manager.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/mixins.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/mixins.cpython-311.pyc deleted file mode 100644 index d53a311..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/mixins.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/signals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/signals.cpython-311.pyc deleted file mode 100644 index 9b2caa0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/signals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/test_client.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/test_client.cpython-311.pyc deleted file mode 100644 index 27da82b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/test_client.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index fc94612..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_login/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_mail/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_mail/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 445815a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_mail/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0436220..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/cli.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/cli.cpython-311.pyc deleted file mode 100644 index 6472eb8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/cli.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/extension.cpython-311.pyc deleted file mode 100644 index b013eb7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/model.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/model.cpython-311.pyc deleted file mode 100644 index ea0bc6f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/model.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/pagination.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/pagination.cpython-311.pyc deleted file mode 100644 index 41ba9af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/pagination.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/query.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/query.cpython-311.pyc deleted file mode 100644 index ff351f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/query.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/record_queries.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/record_queries.cpython-311.pyc deleted file mode 100644 index 2469166..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/record_queries.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/session.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/session.cpython-311.pyc deleted file mode 100644 index 573cee0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/session.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/table.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/table.cpython-311.pyc deleted file mode 100644 index 9592355..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/table.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/track_modifications.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/track_modifications.cpython-311.pyc deleted file mode 100644 index e01add5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/flask_sqlalchemy/__pycache__/track_modifications.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 501eca8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/platform/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/platform/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1d92155..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/platform/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index aec1e2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-311.pyc deleted file mode 100644 index 525da02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_clearing_run_switches.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_cpp_exception.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_cpp_exception.cpython-311.pyc deleted file mode 100644 index 5bdb3ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_cpp_exception.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-311.pyc deleted file mode 100644 index ee591f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_initialstub_already_started.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_slp_switch.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_slp_switch.cpython-311.pyc deleted file mode 100644 index f7df22e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_slp_switch.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-311.pyc deleted file mode 100644 index 256c5e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-311.pyc deleted file mode 100644 index ebcc292..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_three_greenlets2.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-311.pyc deleted file mode 100644 index 88cf214..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/fail_switch_two_greenlets.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/leakcheck.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/leakcheck.cpython-311.pyc deleted file mode 100644 index 83662ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/leakcheck.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_contextvars.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_contextvars.cpython-311.pyc deleted file mode 100644 index 4f6ae57..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_contextvars.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_cpp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_cpp.cpython-311.pyc deleted file mode 100644 index 87acf55..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_cpp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_extension_interface.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_extension_interface.cpython-311.pyc deleted file mode 100644 index fecb7c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_extension_interface.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_gc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_gc.cpython-311.pyc deleted file mode 100644 index 427f9a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_gc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_generator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_generator.cpython-311.pyc deleted file mode 100644 index 72a6440..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_generator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_generator_nested.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_generator_nested.cpython-311.pyc deleted file mode 100644 index 4884d8d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_generator_nested.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_greenlet.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_greenlet.cpython-311.pyc deleted file mode 100644 index 307348f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_greenlet.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_greenlet_trash.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_greenlet_trash.cpython-311.pyc deleted file mode 100644 index 6c9954c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_greenlet_trash.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_leaks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_leaks.cpython-311.pyc deleted file mode 100644 index e3bc133..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_leaks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_stack_saved.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_stack_saved.cpython-311.pyc deleted file mode 100644 index 8e530a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_stack_saved.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_throw.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_throw.cpython-311.pyc deleted file mode 100644 index 111be50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_throw.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_tracing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_tracing.cpython-311.pyc deleted file mode 100644 index c9dc021..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_tracing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_version.cpython-311.pyc deleted file mode 100644 index 73088ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_weakref.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_weakref.cpython-311.pyc deleted file mode 100644 index 9f31009..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/greenlet/tests/__pycache__/test_weakref.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index db28707..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 2029407..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/arbiter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/arbiter.cpython-311.pyc deleted file mode 100644 index c66a103..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/arbiter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 7dfbc27..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/debug.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/debug.cpython-311.pyc deleted file mode 100644 index 6c93693..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/debug.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/errors.cpython-311.pyc deleted file mode 100644 index 2dd5c60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/glogging.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/glogging.cpython-311.pyc deleted file mode 100644 index 74db70a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/glogging.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/pidfile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/pidfile.cpython-311.pyc deleted file mode 100644 index a4b359f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/pidfile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/reloader.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/reloader.cpython-311.pyc deleted file mode 100644 index bf77272..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/reloader.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/sock.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/sock.cpython-311.pyc deleted file mode 100644 index 210da2c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/sock.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/systemd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/systemd.cpython-311.pyc deleted file mode 100644 index 901d020..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/systemd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 3107ea1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ad77004..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 94709be..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/pasterapp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/pasterapp.cpython-311.pyc deleted file mode 100644 index 963ed08..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/pasterapp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/wsgiapp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/wsgiapp.cpython-311.pyc deleted file mode 100644 index ce6b69b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/app/__pycache__/wsgiapp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ddb8c50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/body.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/body.cpython-311.pyc deleted file mode 100644 index 4a577ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/body.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/errors.cpython-311.pyc deleted file mode 100644 index f22ff4f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/message.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/message.cpython-311.pyc deleted file mode 100644 index afe8544..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/message.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/parser.cpython-311.pyc deleted file mode 100644 index e1f58b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/unreader.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/unreader.cpython-311.pyc deleted file mode 100644 index f26ca30..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/unreader.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/wsgi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/wsgi.cpython-311.pyc deleted file mode 100644 index 1aedc80..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/http/__pycache__/wsgi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8397bc4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/statsd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/statsd.cpython-311.pyc deleted file mode 100644 index bd6aaee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/instrument/__pycache__/statsd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8bc552f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 258f428..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base_async.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base_async.cpython-311.pyc deleted file mode 100644 index 2f4ef58..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/base_async.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/geventlet.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/geventlet.cpython-311.pyc deleted file mode 100644 index 5491606..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/geventlet.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/ggevent.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/ggevent.cpython-311.pyc deleted file mode 100644 index 4221a97..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/ggevent.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gthread.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gthread.cpython-311.pyc deleted file mode 100644 index 0b1f839..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gthread.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gtornado.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gtornado.cpython-311.pyc deleted file mode 100644 index 3221a48..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/gtornado.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/sync.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/sync.cpython-311.pyc deleted file mode 100644 index b3a2610..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/sync.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/workertmp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/workertmp.cpython-311.pyc deleted file mode 100644 index 64f6f6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/gunicorn/workers/__pycache__/workertmp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8604740..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/_json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/_json.cpython-311.pyc deleted file mode 100644 index c1999f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/_json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/encoding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/encoding.cpython-311.pyc deleted file mode 100644 index 08db226..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/encoding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/exc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/exc.cpython-311.pyc deleted file mode 100644 index 5844965..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/exc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/serializer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/serializer.cpython-311.pyc deleted file mode 100644 index 98c8442..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/serializer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/signer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/signer.cpython-311.pyc deleted file mode 100644 index 618e97b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/signer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/timed.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/timed.cpython-311.pyc deleted file mode 100644 index 516b2e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/timed.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/url_safe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/url_safe.cpython-311.pyc deleted file mode 100644 index 3575c94..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/itsdangerous/__pycache__/url_safe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a1b9c5e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/_identifier.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/_identifier.cpython-311.pyc deleted file mode 100644 index 104b038..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/_identifier.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/async_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/async_utils.cpython-311.pyc deleted file mode 100644 index f145894..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/async_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/bccache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/bccache.cpython-311.pyc deleted file mode 100644 index 5fdc95e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/bccache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/compiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/compiler.cpython-311.pyc deleted file mode 100644 index 5863df1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/compiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/constants.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/constants.cpython-311.pyc deleted file mode 100644 index 608a055..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/constants.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/debug.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/debug.cpython-311.pyc deleted file mode 100644 index 0d58ac8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/debug.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/defaults.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/defaults.cpython-311.pyc deleted file mode 100644 index f629b95..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/defaults.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/environment.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/environment.cpython-311.pyc deleted file mode 100644 index b0d3a7d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/environment.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 7f14595..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/ext.cpython-311.pyc deleted file mode 100644 index 62cc615..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/filters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/filters.cpython-311.pyc deleted file mode 100644 index 65cb2bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/filters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/idtracking.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/idtracking.cpython-311.pyc deleted file mode 100644 index 8992c7c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/idtracking.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/lexer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/lexer.cpython-311.pyc deleted file mode 100644 index 07cf97a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/lexer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/loaders.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/loaders.cpython-311.pyc deleted file mode 100644 index fc45401..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/loaders.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/meta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/meta.cpython-311.pyc deleted file mode 100644 index 1e1dad4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/meta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/nativetypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/nativetypes.cpython-311.pyc deleted file mode 100644 index bea1248..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/nativetypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/nodes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/nodes.cpython-311.pyc deleted file mode 100644 index 70c7e4a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/nodes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/optimizer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/optimizer.cpython-311.pyc deleted file mode 100644 index a53a6ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/optimizer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/parser.cpython-311.pyc deleted file mode 100644 index b46954b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/runtime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/runtime.cpython-311.pyc deleted file mode 100644 index c704969..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/runtime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/sandbox.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/sandbox.cpython-311.pyc deleted file mode 100644 index 417c860..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/sandbox.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/tests.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/tests.cpython-311.pyc deleted file mode 100644 index c16011f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/tests.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index f013ae5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/visitor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/visitor.cpython-311.pyc deleted file mode 100644 index c8560df..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/jinja2/__pycache__/visitor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/markupsafe/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/markupsafe/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fe240df..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/markupsafe/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/markupsafe/__pycache__/_native.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/markupsafe/__pycache__/_native.cpython-311.pyc deleted file mode 100644 index 95254a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/markupsafe/__pycache__/_native.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index edc861b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_constants.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_constants.cpython-311.pyc deleted file mode 100644 index 333110a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_constants.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_file.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_file.cpython-311.pyc deleted file mode 100644 index 49e710f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_file.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_iff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_iff.cpython-311.pyc deleted file mode 100644 index 51f2bb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_iff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_riff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_riff.cpython-311.pyc deleted file mode 100644 index e9987ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_riff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_tags.cpython-311.pyc deleted file mode 100644 index c6af50b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index bf5b32a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_vorbis.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_vorbis.cpython-311.pyc deleted file mode 100644 index 68055c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/_vorbis.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/aac.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/aac.cpython-311.pyc deleted file mode 100644 index 9662d31..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/aac.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/ac3.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/ac3.cpython-311.pyc deleted file mode 100644 index 0b48eca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/ac3.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/aiff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/aiff.cpython-311.pyc deleted file mode 100644 index f69b343..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/aiff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/apev2.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/apev2.cpython-311.pyc deleted file mode 100644 index 35ae119..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/apev2.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/dsdiff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/dsdiff.cpython-311.pyc deleted file mode 100644 index 47476fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/dsdiff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/dsf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/dsf.cpython-311.pyc deleted file mode 100644 index 193c685..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/dsf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/easyid3.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/easyid3.cpython-311.pyc deleted file mode 100644 index 15933c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/easyid3.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/easymp4.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/easymp4.cpython-311.pyc deleted file mode 100644 index 37f7983..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/easymp4.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/flac.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/flac.cpython-311.pyc deleted file mode 100644 index 0750567..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/flac.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/m4a.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/m4a.cpython-311.pyc deleted file mode 100644 index 3180598..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/m4a.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/monkeysaudio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/monkeysaudio.cpython-311.pyc deleted file mode 100644 index b20818e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/monkeysaudio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/musepack.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/musepack.cpython-311.pyc deleted file mode 100644 index 4bf42c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/musepack.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/ogg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/ogg.cpython-311.pyc deleted file mode 100644 index 11d9bd2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/ogg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggflac.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggflac.cpython-311.pyc deleted file mode 100644 index a6bb8f6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggflac.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggopus.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggopus.cpython-311.pyc deleted file mode 100644 index df623b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggopus.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggspeex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggspeex.cpython-311.pyc deleted file mode 100644 index 850866a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggspeex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggtheora.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggtheora.cpython-311.pyc deleted file mode 100644 index fbe5a36..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggtheora.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggvorbis.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggvorbis.cpython-311.pyc deleted file mode 100644 index 9fa4c5b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/oggvorbis.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/optimfrog.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/optimfrog.cpython-311.pyc deleted file mode 100644 index 281f84e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/optimfrog.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/smf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/smf.cpython-311.pyc deleted file mode 100644 index 2a22ee2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/smf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/tak.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/tak.cpython-311.pyc deleted file mode 100644 index eadc9bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/tak.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/trueaudio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/trueaudio.cpython-311.pyc deleted file mode 100644 index dab3b54..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/trueaudio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/wave.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/wave.cpython-311.pyc deleted file mode 100644 index d9b8205..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/wave.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/wavpack.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/wavpack.cpython-311.pyc deleted file mode 100644 index 084b2ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/__pycache__/wavpack.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 79ae4aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index d09df22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3cp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3cp.cpython-311.pyc deleted file mode 100644 index c9f4537..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3cp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3iconv.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3iconv.cpython-311.pyc deleted file mode 100644 index 7c19763..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3iconv.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3v2.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3v2.cpython-311.pyc deleted file mode 100644 index 4cabdcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mid3v2.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/moggsplit.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/moggsplit.cpython-311.pyc deleted file mode 100644 index 0787aba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/moggsplit.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mutagen_inspect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mutagen_inspect.cpython-311.pyc deleted file mode 100644 index b9e6085..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mutagen_inspect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mutagen_pony.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mutagen_pony.cpython-311.pyc deleted file mode 100644 index f980fa6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/_tools/__pycache__/mutagen_pony.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c382352..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_attrs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_attrs.cpython-311.pyc deleted file mode 100644 index fcc9165..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_attrs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_objects.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_objects.cpython-311.pyc deleted file mode 100644 index 6f71802..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_objects.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index 4812a3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/asf/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 389e3cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_file.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_file.cpython-311.pyc deleted file mode 100644 index 8d88fc3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_file.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_frames.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_frames.cpython-311.pyc deleted file mode 100644 index 460ebd2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_frames.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_id3v1.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_id3v1.cpython-311.pyc deleted file mode 100644 index 10d79df..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_id3v1.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_specs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_specs.cpython-311.pyc deleted file mode 100644 index 8f2f86e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_specs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_tags.cpython-311.pyc deleted file mode 100644 index f89d213..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index b591810..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/id3/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/mp3/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/mp3/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8980c29..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/mp3/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/mp3/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/mp3/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index 3c5f5f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/mp3/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1edcf61..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_as_entry.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_as_entry.cpython-311.pyc deleted file mode 100644 index 9125467..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_as_entry.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_atom.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_atom.cpython-311.pyc deleted file mode 100644 index 95773d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_atom.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index 46a2d10..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/mutagen/mp4/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc deleted file mode 100644 index 87f7699..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/__config__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f991cee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_array_api_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_array_api_info.cpython-311.pyc deleted file mode 100644 index 2afbfcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_array_api_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_configtool.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_configtool.cpython-311.pyc deleted file mode 100644 index 141ca96..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_configtool.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc deleted file mode 100644 index 0d32f27..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_distributor_init.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_expired_attrs_2_0.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_expired_attrs_2_0.cpython-311.pyc deleted file mode 100644 index 2c81ce4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_expired_attrs_2_0.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc deleted file mode 100644 index 522dd68..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_globals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.pyc deleted file mode 100644 index 84d1395..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/_pytesttester.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index bee28f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.pyc deleted file mode 100644 index b010096..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/ctypeslib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.pyc deleted file mode 100644 index 2d2731e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 4651744..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.pyc deleted file mode 100644 index 4c0d662..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/matlib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc deleted file mode 100644 index ef76905..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fe00f73..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_add_newdocs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_add_newdocs.cpython-311.pyc deleted file mode 100644 index 48bbbea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_add_newdocs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_add_newdocs_scalars.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_add_newdocs_scalars.cpython-311.pyc deleted file mode 100644 index 5a2a727..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_add_newdocs_scalars.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_asarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_asarray.cpython-311.pyc deleted file mode 100644 index 783b60e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_asarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.pyc deleted file mode 100644 index 44c3148..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.pyc deleted file mode 100644 index a29521e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_dtype_ctypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_exceptions.cpython-311.pyc deleted file mode 100644 index e857a8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.pyc deleted file mode 100644 index 9d6d1ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_internal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_machar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_machar.cpython-311.pyc deleted file mode 100644 index 8187719..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_machar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_methods.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_methods.cpython-311.pyc deleted file mode 100644 index 1cb7729..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_methods.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_string_helpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_string_helpers.cpython-311.pyc deleted file mode 100644 index f449c22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_string_helpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_type_aliases.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_type_aliases.cpython-311.pyc deleted file mode 100644 index bb6db64..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_type_aliases.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_ufunc_config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_ufunc_config.cpython-311.pyc deleted file mode 100644 index a36dffa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/_ufunc_config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/arrayprint.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/arrayprint.cpython-311.pyc deleted file mode 100644 index b09773f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/arrayprint.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/cversions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/cversions.cpython-311.pyc deleted file mode 100644 index 29255f0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/cversions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/defchararray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/defchararray.cpython-311.pyc deleted file mode 100644 index 7730c9b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/defchararray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/einsumfunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/einsumfunc.cpython-311.pyc deleted file mode 100644 index 9015639..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/einsumfunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/fromnumeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/fromnumeric.cpython-311.pyc deleted file mode 100644 index c4fdf92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/fromnumeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/function_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/function_base.cpython-311.pyc deleted file mode 100644 index 30f76a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/function_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/getlimits.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/getlimits.cpython-311.pyc deleted file mode 100644 index f5efb5d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/getlimits.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/memmap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/memmap.cpython-311.pyc deleted file mode 100644 index 50e0b1b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/memmap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.pyc deleted file mode 100644 index 69aea3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/multiarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/numeric.cpython-311.pyc deleted file mode 100644 index a8ee84e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/numerictypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/numerictypes.cpython-311.pyc deleted file mode 100644 index 072a3aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/numerictypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/overrides.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/overrides.cpython-311.pyc deleted file mode 100644 index 69b17f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/overrides.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/printoptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/printoptions.cpython-311.pyc deleted file mode 100644 index 4e6338d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/printoptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/records.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/records.cpython-311.pyc deleted file mode 100644 index ab22674..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/records.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/shape_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/shape_base.cpython-311.pyc deleted file mode 100644 index c1231e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/shape_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/strings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/strings.cpython-311.pyc deleted file mode 100644 index 7381f71..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/strings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.pyc deleted file mode 100644 index 52e3510..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/__pycache__/umath.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/_locales.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/_locales.cpython-311.pyc deleted file mode 100644 index dc92db6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/_locales.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/_natype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/_natype.cpython-311.pyc deleted file mode 100644 index 57e01f7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/_natype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test__exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test__exceptions.cpython-311.pyc deleted file mode 100644 index 87e27b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test__exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_abc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_abc.cpython-311.pyc deleted file mode 100644 index 2d7f93c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_abc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index ac4b4e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_argparse.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_argparse.cpython-311.pyc deleted file mode 100644 index 8ae8adf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_argparse.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_api_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_api_info.cpython-311.pyc deleted file mode 100644 index 4bccbb2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_api_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_coercion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_coercion.cpython-311.pyc deleted file mode 100644 index 5af0a9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_coercion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_interface.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_interface.cpython-311.pyc deleted file mode 100644 index 202fa27..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_array_interface.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arraymethod.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arraymethod.cpython-311.pyc deleted file mode 100644 index 3151a04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arraymethod.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arrayobject.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arrayobject.cpython-311.pyc deleted file mode 100644 index f4ab292..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arrayobject.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arrayprint.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arrayprint.cpython-311.pyc deleted file mode 100644 index 1dbc388..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_arrayprint.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.pyc deleted file mode 100644 index 428afd2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_casting_floatingpoint_errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_casting_unittests.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_casting_unittests.cpython-311.pyc deleted file mode 100644 index 89a9925..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_casting_unittests.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_conversion_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_conversion_utils.cpython-311.pyc deleted file mode 100644 index 5135811..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_conversion_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cpu_dispatcher.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cpu_dispatcher.cpython-311.pyc deleted file mode 100644 index 50b4c3d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cpu_dispatcher.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cpu_features.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cpu_features.cpython-311.pyc deleted file mode 100644 index 55f2b9d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cpu_features.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_custom_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_custom_dtypes.cpython-311.pyc deleted file mode 100644 index 48d61d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_custom_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cython.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cython.cpython-311.pyc deleted file mode 100644 index 7c5f545..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_cython.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_datetime.cpython-311.pyc deleted file mode 100644 index a4368d7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_defchararray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_defchararray.cpython-311.pyc deleted file mode 100644 index e028606..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_defchararray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_deprecations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_deprecations.cpython-311.pyc deleted file mode 100644 index dbb504c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_deprecations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_dlpack.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_dlpack.cpython-311.pyc deleted file mode 100644 index 1140efd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_dlpack.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_dtype.cpython-311.pyc deleted file mode 100644 index 6693199..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_einsum.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_einsum.cpython-311.pyc deleted file mode 100644 index 50f728b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_einsum.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_errstate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_errstate.cpython-311.pyc deleted file mode 100644 index fc889fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_errstate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_extint128.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_extint128.cpython-311.pyc deleted file mode 100644 index 911b93b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_extint128.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_function_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_function_base.cpython-311.pyc deleted file mode 100644 index cb3ffa6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_function_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_getlimits.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_getlimits.cpython-311.pyc deleted file mode 100644 index 7e02390..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_getlimits.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_half.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_half.cpython-311.pyc deleted file mode 100644 index d1f5f1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_half.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_hashtable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_hashtable.cpython-311.pyc deleted file mode 100644 index b704ef8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_hashtable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_indexerrors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_indexerrors.cpython-311.pyc deleted file mode 100644 index df2588c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_indexerrors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 09ec2c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_item_selection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_item_selection.cpython-311.pyc deleted file mode 100644 index 9b6e4e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_item_selection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_limited_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_limited_api.cpython-311.pyc deleted file mode 100644 index 2dab4f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_limited_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_longdouble.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_longdouble.cpython-311.pyc deleted file mode 100644 index 2bbfba4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_longdouble.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_machar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_machar.cpython-311.pyc deleted file mode 100644 index b86876f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_machar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_mem_overlap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_mem_overlap.cpython-311.pyc deleted file mode 100644 index c42a852..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_mem_overlap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_mem_policy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_mem_policy.cpython-311.pyc deleted file mode 100644 index 8c24eca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_mem_policy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_memmap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_memmap.cpython-311.pyc deleted file mode 100644 index fc87f24..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_memmap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_multiarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_multiarray.cpython-311.pyc deleted file mode 100644 index 4bf22b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_multiarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_multithreading.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_multithreading.cpython-311.pyc deleted file mode 100644 index 52f38d7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_multithreading.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_nditer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_nditer.cpython-311.pyc deleted file mode 100644 index 68fd604..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_nditer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_nep50_promotions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_nep50_promotions.cpython-311.pyc deleted file mode 100644 index 5d68117..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_nep50_promotions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_numeric.cpython-311.pyc deleted file mode 100644 index 1e651bf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_numerictypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_numerictypes.cpython-311.pyc deleted file mode 100644 index c25198e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_numerictypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_overrides.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_overrides.cpython-311.pyc deleted file mode 100644 index a98829b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_overrides.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_print.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_print.cpython-311.pyc deleted file mode 100644 index 003d02b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_print.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_protocols.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_protocols.cpython-311.pyc deleted file mode 100644 index d91979f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_protocols.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_records.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_records.cpython-311.pyc deleted file mode 100644 index d51f3ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_records.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index bad1470..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalar_ctors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalar_ctors.cpython-311.pyc deleted file mode 100644 index 9aba5c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalar_ctors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalar_methods.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalar_methods.cpython-311.pyc deleted file mode 100644 index 67064bd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalar_methods.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarbuffer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarbuffer.cpython-311.pyc deleted file mode 100644 index 23c331e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarbuffer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarinherit.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarinherit.cpython-311.pyc deleted file mode 100644 index bebef88..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarinherit.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarmath.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarmath.cpython-311.pyc deleted file mode 100644 index ed336a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarmath.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarprint.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarprint.cpython-311.pyc deleted file mode 100644 index d3a355b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_scalarprint.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_shape_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_shape_base.cpython-311.pyc deleted file mode 100644 index 37c3e94..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_shape_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_simd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_simd.cpython-311.pyc deleted file mode 100644 index fabab3e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_simd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_simd_module.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_simd_module.cpython-311.pyc deleted file mode 100644 index c42e3ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_simd_module.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_stringdtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_stringdtype.cpython-311.pyc deleted file mode 100644 index 98a53b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_stringdtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_strings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_strings.cpython-311.pyc deleted file mode 100644 index 2f1215b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_strings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_ufunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_ufunc.cpython-311.pyc deleted file mode 100644 index 7f1f507..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_ufunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath.cpython-311.pyc deleted file mode 100644 index 51aaab8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath_accuracy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath_accuracy.cpython-311.pyc deleted file mode 100644 index 298d106..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath_accuracy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath_complex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath_complex.cpython-311.pyc deleted file mode 100644 index d780040..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_umath_complex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_unicode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_unicode.cpython-311.pyc deleted file mode 100644 index 9fd3d4d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/__pycache__/test_unicode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/examples/cython/__pycache__/setup.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/examples/cython/__pycache__/setup.cpython-311.pyc deleted file mode 100644 index 274c22f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/examples/cython/__pycache__/setup.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/examples/limited_api/__pycache__/setup.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/examples/limited_api/__pycache__/setup.cpython-311.pyc deleted file mode 100644 index 7edc351..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_core/tests/examples/limited_api/__pycache__/setup.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c021076..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.pyc deleted file mode 100644 index 60c5553..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/__pycache__/hook-numpy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 84bfccd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/pyinstaller-smoke.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/pyinstaller-smoke.cpython-311.pyc deleted file mode 100644 index e694576..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/pyinstaller-smoke.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/test_pyinstaller.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/test_pyinstaller.cpython-311.pyc deleted file mode 100644 index ee839e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_pyinstaller/tests/__pycache__/test_pyinstaller.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2938bcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.pyc deleted file mode 100644 index 5b80d18..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_add_docstring.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.pyc deleted file mode 100644 index f484269..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_array_like.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.pyc deleted file mode 100644 index 2dc91e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_char_codes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.pyc deleted file mode 100644 index cb6ef13..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_dtype_like.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.pyc deleted file mode 100644 index 51d5913..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_extended_precision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.pyc deleted file mode 100644 index 9e257a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit_base.cpython-311.pyc deleted file mode 100644 index 1f14724..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nbit_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.pyc deleted file mode 100644 index f1553a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_nested_sequence.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_scalars.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_scalars.cpython-311.pyc deleted file mode 100644 index a069e2a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_scalars.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_shape.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_shape.cpython-311.pyc deleted file mode 100644 index 4d81232..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_shape.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_ufunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_ufunc.cpython-311.pyc deleted file mode 100644 index ad6a062..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_typing/__pycache__/_ufunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cf501e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_convertions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_convertions.cpython-311.pyc deleted file mode 100644 index 4d9c274..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_convertions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_inspect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_inspect.cpython-311.pyc deleted file mode 100644 index f65e7ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_inspect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_pep440.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_pep440.cpython-311.pyc deleted file mode 100644 index 39cd1e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/_utils/__pycache__/_pep440.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/char/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/char/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 47ccdea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/char/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/compat/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/compat/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4e13d17..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/compat/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/compat/__pycache__/py3k.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/compat/__pycache__/py3k.cpython-311.pyc deleted file mode 100644 index b524966..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/compat/__pycache__/py3k.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 53eb85d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/compat/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 04f6ee3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype.cpython-311.pyc deleted file mode 100644 index 887eef7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-311.pyc deleted file mode 100644 index 99e3eb1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_dtype_ctypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_internal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_internal.cpython-311.pyc deleted file mode 100644 index 5c4e957..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_internal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_multiarray_umath.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_multiarray_umath.cpython-311.pyc deleted file mode 100644 index f7391fd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_multiarray_umath.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_utils.cpython-311.pyc deleted file mode 100644 index e2e08de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/arrayprint.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/arrayprint.cpython-311.pyc deleted file mode 100644 index 26046c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/arrayprint.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/defchararray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/defchararray.cpython-311.pyc deleted file mode 100644 index d2ea847..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/defchararray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/einsumfunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/einsumfunc.cpython-311.pyc deleted file mode 100644 index bcec640..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/einsumfunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/fromnumeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/fromnumeric.cpython-311.pyc deleted file mode 100644 index 283b7e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/fromnumeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/function_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/function_base.cpython-311.pyc deleted file mode 100644 index 25ba700..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/function_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/getlimits.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/getlimits.cpython-311.pyc deleted file mode 100644 index 9631007..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/getlimits.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/multiarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/multiarray.cpython-311.pyc deleted file mode 100644 index 5b31df0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/multiarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/numeric.cpython-311.pyc deleted file mode 100644 index 6b9809a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/numerictypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/numerictypes.cpython-311.pyc deleted file mode 100644 index bd50837..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/numerictypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/overrides.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/overrides.cpython-311.pyc deleted file mode 100644 index f23b278..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/overrides.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/records.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/records.cpython-311.pyc deleted file mode 100644 index 8e237bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/records.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/shape_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/shape_base.cpython-311.pyc deleted file mode 100644 index 06be712..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/shape_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/umath.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/umath.cpython-311.pyc deleted file mode 100644 index 4783852..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/core/__pycache__/umath.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6197582..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-311.pyc deleted file mode 100644 index 73ff5b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/_shell_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/armccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/armccompiler.cpython-311.pyc deleted file mode 100644 index 4234c56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/armccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-311.pyc deleted file mode 100644 index 378784b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-311.pyc deleted file mode 100644 index 2dedcf6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/ccompiler_opt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/conv_template.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/conv_template.cpython-311.pyc deleted file mode 100644 index d26b8eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/conv_template.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/core.cpython-311.pyc deleted file mode 100644 index db238af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-311.pyc deleted file mode 100644 index b8ae673..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/exec_command.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/exec_command.cpython-311.pyc deleted file mode 100644 index 0742761..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/exec_command.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/extension.cpython-311.pyc deleted file mode 100644 index 6f24b26..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/from_template.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/from_template.cpython-311.pyc deleted file mode 100644 index 1a982c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/from_template.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/fujitsuccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/fujitsuccompiler.cpython-311.pyc deleted file mode 100644 index 4b6e44e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/fujitsuccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-311.pyc deleted file mode 100644 index 75091f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/lib2def.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/lib2def.cpython-311.pyc deleted file mode 100644 index 637b9ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/lib2def.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/line_endings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/line_endings.cpython-311.pyc deleted file mode 100644 index 6ca3c78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/line_endings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/log.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/log.cpython-311.pyc deleted file mode 100644 index c68d65b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/log.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-311.pyc deleted file mode 100644 index a31ec3c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/misc_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/misc_util.cpython-311.pyc deleted file mode 100644 index b0feb5a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/misc_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-311.pyc deleted file mode 100644 index eb11a4a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-311.pyc deleted file mode 100644 index 62f865e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-311.pyc deleted file mode 100644 index 87709ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-311.pyc deleted file mode 100644 index 72b7bbf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-311.pyc deleted file mode 100644 index 9217c99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/system_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/system_info.cpython-311.pyc deleted file mode 100644 index db72def..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/system_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-311.pyc deleted file mode 100644 index 0b7a33e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2a93ab9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-311.pyc deleted file mode 100644 index fe04294..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-311.pyc deleted file mode 100644 index bf33bf7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build.cpython-311.pyc deleted file mode 100644 index bcd9d3c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-311.pyc deleted file mode 100644 index ef85f76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-311.pyc deleted file mode 100644 index 4383859..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-311.pyc deleted file mode 100644 index 0c167fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-311.pyc deleted file mode 100644 index d2adef2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-311.pyc deleted file mode 100644 index e9d75cd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config.cpython-311.pyc deleted file mode 100644 index ed875e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-311.pyc deleted file mode 100644 index 84d72c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/develop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/develop.cpython-311.pyc deleted file mode 100644 index 2cda19d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/develop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-311.pyc deleted file mode 100644 index 2a35cf0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install.cpython-311.pyc deleted file mode 100644 index 9f6d356..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-311.pyc deleted file mode 100644 index 4ba9377..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-311.pyc deleted file mode 100644 index 97b183d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-311.pyc deleted file mode 100644 index b34b9c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-311.pyc deleted file mode 100644 index f19abff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 49bb982..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-311.pyc deleted file mode 100644 index c29b7f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/arm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/arm.cpython-311.pyc deleted file mode 100644 index 56841c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/arm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-311.pyc deleted file mode 100644 index 0b7644e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-311.pyc deleted file mode 100644 index 410fb48..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/environment.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-311.pyc deleted file mode 100644 index 07a5f6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-311.pyc deleted file mode 100644 index 57962c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-311.pyc deleted file mode 100644 index b5bfa6b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-311.pyc deleted file mode 100644 index 3260ee6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-311.pyc deleted file mode 100644 index 28a4f02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-311.pyc deleted file mode 100644 index 052144e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-311.pyc deleted file mode 100644 index 8c13d64..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-311.pyc deleted file mode 100644 index 25561bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-311.pyc deleted file mode 100644 index 2428cdf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-311.pyc deleted file mode 100644 index 6580416..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-311.pyc deleted file mode 100644 index 6c1633d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/nv.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-311.pyc deleted file mode 100644 index 2245346..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-311.pyc deleted file mode 100644 index 506bda1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-311.pyc deleted file mode 100644 index 52da559..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-311.pyc deleted file mode 100644 index 4bb8c4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5dc2689..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-311.pyc deleted file mode 100644 index 4497cea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_build_ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-311.pyc deleted file mode 100644 index 2d6bbb1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-311.pyc deleted file mode 100644 index d7e19ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-311.pyc deleted file mode 100644 index 6f286a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_exec_command.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-311.pyc deleted file mode 100644 index 4d790db..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-311.pyc deleted file mode 100644 index 83742c5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-311.pyc deleted file mode 100644 index b0b2fdb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-311.pyc deleted file mode 100644 index 285e150..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-311.pyc deleted file mode 100644 index defeb1c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_log.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_log.cpython-311.pyc deleted file mode 100644 index b072e3d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_log.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-311.pyc deleted file mode 100644 index 3425b59..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-311.pyc deleted file mode 100644 index 39ccd9d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_misc_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-311.pyc deleted file mode 100644 index df5504e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-311.pyc deleted file mode 100644 index 135ff6c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_shell_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-311.pyc deleted file mode 100644 index b104248..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/test_system_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/utilities.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/utilities.cpython-311.pyc deleted file mode 100644 index 6cedc98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/distutils/tests/__pycache__/utilities.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/doc/__pycache__/ufuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/doc/__pycache__/ufuncs.cpython-311.pyc deleted file mode 100644 index f241d37..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/doc/__pycache__/ufuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7df2bbd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 8080ecb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__version__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__version__.cpython-311.pyc deleted file mode 100644 index 500de79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/__version__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/_isocbind.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/_isocbind.cpython-311.pyc deleted file mode 100644 index 33165cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/_isocbind.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/_src_pyf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/_src_pyf.cpython-311.pyc deleted file mode 100644 index efb6eb9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/_src_pyf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-311.pyc deleted file mode 100644 index 055add9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-311.pyc deleted file mode 100644 index 9f4b338..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-311.pyc deleted file mode 100644 index 49b55a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-311.pyc deleted file mode 100644 index 67012a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/common_rules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/common_rules.cpython-311.pyc deleted file mode 100644 index 3dea42a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/common_rules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-311.pyc deleted file mode 100644 index 993bdb5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/diagnose.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/diagnose.cpython-311.pyc deleted file mode 100644 index 1f4ad1e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/diagnose.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-311.pyc deleted file mode 100644 index 4c68802..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-311.pyc deleted file mode 100644 index e69b86c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/func2subr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/func2subr.cpython-311.pyc deleted file mode 100644 index d0f3662..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/func2subr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/rules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/rules.cpython-311.pyc deleted file mode 100644 index 3a444db..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/rules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/symbolic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/symbolic.cpython-311.pyc deleted file mode 100644 index 020de33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/symbolic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/use_rules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/use_rules.cpython-311.pyc deleted file mode 100644 index 636c935..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/__pycache__/use_rules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b743b0e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_backend.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_backend.cpython-311.pyc deleted file mode 100644 index e1b76e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_backend.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_distutils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_distutils.cpython-311.pyc deleted file mode 100644 index c21b086..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_distutils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_meson.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_meson.cpython-311.pyc deleted file mode 100644 index 85fde9f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/_backends/__pycache__/_meson.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2e47cc3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-311.pyc deleted file mode 100644 index 4ac04c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-311.pyc deleted file mode 100644 index ddb97f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-311.pyc deleted file mode 100644 index 59dbbce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-311.pyc deleted file mode 100644 index e481ca8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_block_docstring.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-311.pyc deleted file mode 100644 index 5779ad7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_callback.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_character.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_character.cpython-311.pyc deleted file mode 100644 index c06362f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_character.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index 6aa136e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-311.pyc deleted file mode 100644 index db2c271..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_crackfortran.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_data.cpython-311.pyc deleted file mode 100644 index b643015..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_docs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_docs.cpython-311.pyc deleted file mode 100644 index cd9409c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_docs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2cmap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2cmap.cpython-311.pyc deleted file mode 100644 index 6237024..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2cmap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2py2e.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2py2e.cpython-311.pyc deleted file mode 100644 index 0b5b1c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_f2py2e.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_isoc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_isoc.cpython-311.pyc deleted file mode 100644 index b96438b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_isoc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-311.pyc deleted file mode 100644 index 4c2b4c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_kind.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-311.pyc deleted file mode 100644 index 566866d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_mixed.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_modules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_modules.cpython-311.pyc deleted file mode 100644 index 0ec6557..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_modules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-311.pyc deleted file mode 100644 index 6b50225..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_parameter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_pyf_src.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_pyf_src.cpython-311.pyc deleted file mode 100644 index 6e7fb71..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_pyf_src.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-311.pyc deleted file mode 100644 index 9be7f37..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_quoted_character.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index 745426f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-311.pyc deleted file mode 100644 index c2e39ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_character.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-311.pyc deleted file mode 100644 index 82f0c74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_complex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-311.pyc deleted file mode 100644 index 42602ff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_integer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-311.pyc deleted file mode 100644 index 083a64f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_logical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-311.pyc deleted file mode 100644 index 97d8d44..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_return_real.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_routines.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_routines.cpython-311.pyc deleted file mode 100644 index 0956041..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_routines.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-311.pyc deleted file mode 100644 index 49ff03a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-311.pyc deleted file mode 100644 index 9a76b8f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_size.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-311.pyc deleted file mode 100644 index 12fb697..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_symbolic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_symbolic.cpython-311.pyc deleted file mode 100644 index e549248..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_symbolic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_value_attrspec.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_value_attrspec.cpython-311.pyc deleted file mode 100644 index e5756fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/test_value_attrspec.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 28d87f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/f2py/tests/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a2fe96c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/_helper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/_helper.cpython-311.pyc deleted file mode 100644 index 1744370..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/_helper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-311.pyc deleted file mode 100644 index 5be2ea1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/_pocketfft.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/helper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/helper.cpython-311.pyc deleted file mode 100644 index 6c9d9cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/__pycache__/helper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0c40ca2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-311.pyc deleted file mode 100644 index e95a168..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_helper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-311.pyc deleted file mode 100644 index 5209dc6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/fft/tests/__pycache__/test_pocketfft.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a724edc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_array_utils_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_array_utils_impl.cpython-311.pyc deleted file mode 100644 index 35d65bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_array_utils_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arraypad_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arraypad_impl.cpython-311.pyc deleted file mode 100644 index 9ca2da5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arraypad_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arraysetops_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arraysetops_impl.cpython-311.pyc deleted file mode 100644 index 38f6faf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arraysetops_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arrayterator_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arrayterator_impl.cpython-311.pyc deleted file mode 100644 index 0c62a28..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_arrayterator_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_datasource.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_datasource.cpython-311.pyc deleted file mode 100644 index c83b51f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_datasource.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_function_base_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_function_base_impl.cpython-311.pyc deleted file mode 100644 index 6ee9e65..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_function_base_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_histograms_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_histograms_impl.cpython-311.pyc deleted file mode 100644 index 88d9c9b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_histograms_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_index_tricks_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_index_tricks_impl.cpython-311.pyc deleted file mode 100644 index caf91fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_index_tricks_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_iotools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_iotools.cpython-311.pyc deleted file mode 100644 index 6958c23..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_iotools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_nanfunctions_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_nanfunctions_impl.cpython-311.pyc deleted file mode 100644 index fdca996..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_nanfunctions_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_npyio_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_npyio_impl.cpython-311.pyc deleted file mode 100644 index b317ce0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_npyio_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_polynomial_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_polynomial_impl.cpython-311.pyc deleted file mode 100644 index 1cae98d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_polynomial_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_scimath_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_scimath_impl.cpython-311.pyc deleted file mode 100644 index e9b5671..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_scimath_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_shape_base_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_shape_base_impl.cpython-311.pyc deleted file mode 100644 index a148b36..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_shape_base_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_stride_tricks_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_stride_tricks_impl.cpython-311.pyc deleted file mode 100644 index 0d93134..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_stride_tricks_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_twodim_base_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_twodim_base_impl.cpython-311.pyc deleted file mode 100644 index 70cb709..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_twodim_base_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_type_check_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_type_check_impl.cpython-311.pyc deleted file mode 100644 index 0db2005..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_type_check_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_ufunclike_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_ufunclike_impl.cpython-311.pyc deleted file mode 100644 index ba89cf3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_ufunclike_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_user_array_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_user_array_impl.cpython-311.pyc deleted file mode 100644 index ae9a907..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_user_array_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_utils_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_utils_impl.cpython-311.pyc deleted file mode 100644 index 2f4aee1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_utils_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_version.cpython-311.pyc deleted file mode 100644 index fa9f371..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/array_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/array_utils.cpython-311.pyc deleted file mode 100644 index f041725..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/array_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/format.cpython-311.pyc deleted file mode 100644 index e0359a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/introspect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/introspect.cpython-311.pyc deleted file mode 100644 index a1510c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/introspect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/mixins.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/mixins.cpython-311.pyc deleted file mode 100644 index 0a3f68e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/mixins.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/npyio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/npyio.cpython-311.pyc deleted file mode 100644 index 6043bef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/npyio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/recfunctions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/recfunctions.cpython-311.pyc deleted file mode 100644 index 8ffc497..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/recfunctions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/scimath.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/scimath.cpython-311.pyc deleted file mode 100644 index ee831e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/scimath.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-311.pyc deleted file mode 100644 index 9617d16..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/user_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/user_array.cpython-311.pyc deleted file mode 100644 index daf071c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/__pycache__/user_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f6d9b2f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-311.pyc deleted file mode 100644 index 4e00d20..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__datasource.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-311.pyc deleted file mode 100644 index 7d087e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__iotools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-311.pyc deleted file mode 100644 index f17c664..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test__version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_array_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_array_utils.cpython-311.pyc deleted file mode 100644 index c262f2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_array_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-311.pyc deleted file mode 100644 index faf807e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraypad.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-311.pyc deleted file mode 100644 index 3365b32..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arraysetops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-311.pyc deleted file mode 100644 index 9805381..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_arrayterator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-311.pyc deleted file mode 100644 index 52a81bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-311.pyc deleted file mode 100644 index 7601c0e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_function_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-311.pyc deleted file mode 100644 index 35b70d4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_histograms.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-311.pyc deleted file mode 100644 index a15c3b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_index_tricks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-311.pyc deleted file mode 100644 index a625ec3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_io.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_loadtxt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_loadtxt.cpython-311.pyc deleted file mode 100644 index 3036782..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_loadtxt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-311.pyc deleted file mode 100644 index 275096d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_mixins.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-311.pyc deleted file mode 100644 index 8a61ba2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_nanfunctions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-311.pyc deleted file mode 100644 index 28352f8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_packbits.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-311.pyc deleted file mode 100644 index bd2099a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_polynomial.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-311.pyc deleted file mode 100644 index b78ac1b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_recfunctions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index 3418049..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-311.pyc deleted file mode 100644 index 01d1731..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_shape_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-311.pyc deleted file mode 100644 index 28ab4dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_stride_tricks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-311.pyc deleted file mode 100644 index ada29a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_twodim_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-311.pyc deleted file mode 100644 index 1f96f9e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_type_check.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-311.pyc deleted file mode 100644 index 69eb81e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_ufunclike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-311.pyc deleted file mode 100644 index 9cbb643..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/lib/tests/__pycache__/test_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8646184..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/_linalg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/_linalg.cpython-311.pyc deleted file mode 100644 index 20b13e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/_linalg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/linalg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/linalg.cpython-311.pyc deleted file mode 100644 index 445827e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/__pycache__/linalg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d4da741..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-311.pyc deleted file mode 100644 index fddaf82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_deprecations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-311.pyc deleted file mode 100644 index e08fb04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_linalg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index 49c0e50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/linalg/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c4f7deb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 371f970..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/extras.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/extras.cpython-311.pyc deleted file mode 100644 index 46dc84f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/extras.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/mrecords.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/mrecords.cpython-311.pyc deleted file mode 100644 index 7fd3294..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/mrecords.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/testutils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/testutils.cpython-311.pyc deleted file mode 100644 index 66722c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/testutils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-311.pyc deleted file mode 100644 index 762e65f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3d7b616..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_arrayobject.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_arrayobject.cpython-311.pyc deleted file mode 100644 index 694df81..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_arrayobject.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-311.pyc deleted file mode 100644 index 3c7b433..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-311.pyc deleted file mode 100644 index a5cbb6f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_deprecations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-311.pyc deleted file mode 100644 index cd1c407..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_extras.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-311.pyc deleted file mode 100644 index 05d2a46..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_mrecords.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-311.pyc deleted file mode 100644 index cc7f5b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_old_ma.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index 97db722..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-311.pyc deleted file mode 100644 index 733a2c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/ma/tests/__pycache__/test_subclassing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e10937d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-311.pyc deleted file mode 100644 index 0628575..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8b08992..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-311.pyc deleted file mode 100644 index ed036c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-311.pyc deleted file mode 100644 index ee3a92e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_interaction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-311.pyc deleted file mode 100644 index bb94fff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-311.pyc deleted file mode 100644 index f85ab8e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-311.pyc deleted file mode 100644 index bc8c981..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-311.pyc deleted file mode 100644 index 4259bc1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index 0ea0630..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/matrixlib/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 554b623..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-311.pyc deleted file mode 100644 index 60268a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-311.pyc deleted file mode 100644 index 749ecca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite.cpython-311.pyc deleted file mode 100644 index 6e8da3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-311.pyc deleted file mode 100644 index 7517c91..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-311.pyc deleted file mode 100644 index 3b54599..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/legendre.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/legendre.cpython-311.pyc deleted file mode 100644 index 92e8971..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/legendre.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-311.pyc deleted file mode 100644 index a207df1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-311.pyc deleted file mode 100644 index c5cdf9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ccdd178..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-311.pyc deleted file mode 100644 index b41c401..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-311.pyc deleted file mode 100644 index d2d210d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_classes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-311.pyc deleted file mode 100644 index 69d4309..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-311.pyc deleted file mode 100644 index 6a3072d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-311.pyc deleted file mode 100644 index 7f65851..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_laguerre.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-311.pyc deleted file mode 100644 index c0c7faf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_legendre.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-311.pyc deleted file mode 100644 index 90356fd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polynomial.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-311.pyc deleted file mode 100644 index c568b4f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_polyutils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-311.pyc deleted file mode 100644 index 3013519..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_printing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_symbol.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_symbol.cpython-311.pyc deleted file mode 100644 index 371db99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/polynomial/tests/__pycache__/test_symbol.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9577478..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/__pycache__/_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/__pycache__/_pickle.cpython-311.pyc deleted file mode 100644 index 18f3ceb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/__pycache__/_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-311.pyc deleted file mode 100644 index 24062b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-311.pyc deleted file mode 100644 index 8b4094b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-311.pyc deleted file mode 100644 index c31b708..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-311.pyc deleted file mode 100644 index 832954c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2a1bcf0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-311.pyc deleted file mode 100644 index 086bf3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-311.pyc deleted file mode 100644 index 806bee5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-311.pyc deleted file mode 100644 index ccec092..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-311.pyc deleted file mode 100644 index b3b7ca6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_random.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_random.cpython-311.pyc deleted file mode 100644 index 0dd4593..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_random.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-311.pyc deleted file mode 100644 index 7f779d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-311.pyc deleted file mode 100644 index 4c9b36f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-311.pyc deleted file mode 100644 index 5ec08b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-311.pyc deleted file mode 100644 index e7572fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-311.pyc deleted file mode 100644 index e494c64..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4c14b29..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/rec/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/rec/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 813a320..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/rec/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/strings/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/strings/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5636faa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/strings/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c71abd0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/overrides.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/overrides.cpython-311.pyc deleted file mode 100644 index 61db0cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/overrides.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-311.pyc deleted file mode 100644 index e4b6fcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5a2a48f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/extbuild.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/extbuild.cpython-311.pyc deleted file mode 100644 index 62e5a3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/extbuild.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 6698d57..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/_private/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 36b5866..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-311.pyc deleted file mode 100644 index 380b41e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/testing/tests/__pycache__/test_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 263ff1c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test__all__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test__all__.cpython-311.pyc deleted file mode 100644 index 452803c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test__all__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_configtool.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_configtool.cpython-311.pyc deleted file mode 100644 index 3cc9999..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_configtool.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-311.pyc deleted file mode 100644 index c68cbae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_ctypeslib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_lazyloading.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_lazyloading.cpython-311.pyc deleted file mode 100644 index b3d417d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_lazyloading.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_matlib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_matlib.cpython-311.pyc deleted file mode 100644 index 302b78f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_matlib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_config.cpython-311.pyc deleted file mode 100644 index 5833db5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-311.pyc deleted file mode 100644 index a0404ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_numpy_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_public_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_public_api.cpython-311.pyc deleted file mode 100644 index 0efdc58..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_public_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_reloading.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_reloading.cpython-311.pyc deleted file mode 100644 index 11caff7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_reloading.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_scripts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_scripts.cpython-311.pyc deleted file mode 100644 index 5dac59e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_scripts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_warnings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_warnings.cpython-311.pyc deleted file mode 100644 index 1b2cf34..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/tests/__pycache__/test_warnings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index aa5a51f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-311.pyc deleted file mode 100644 index 0855a82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/__pycache__/mypy_plugin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3b37bee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-311.pyc deleted file mode 100644 index b6be343..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_isfile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-311.pyc deleted file mode 100644 index 959b4bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_runtime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-311.pyc deleted file mode 100644 index dba18f0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/__pycache__/test_typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-311.pyc deleted file mode 100644 index 1c79ff1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-311.pyc deleted file mode 100644 index 8edafbe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_like.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_like.cpython-311.pyc deleted file mode 100644 index 252a540..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/array_like.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-311.pyc deleted file mode 100644 index f826c1c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-311.pyc deleted file mode 100644 index 27f2def..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-311.pyc deleted file mode 100644 index 5513e69..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-311.pyc deleted file mode 100644 index 325c171..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/dtype.cpython-311.pyc deleted file mode 100644 index e08386b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-311.pyc deleted file mode 100644 index 8374fea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-311.pyc deleted file mode 100644 index a5a49f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-311.pyc deleted file mode 100644 index 9d6d31d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-311.pyc deleted file mode 100644 index ecf98e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_user_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_user_array.cpython-311.pyc deleted file mode 100644 index 97f1f0a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_user_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-311.pyc deleted file mode 100644 index 73f7881..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-311.pyc deleted file mode 100644 index fefa67c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/literal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/literal.cpython-311.pyc deleted file mode 100644 index aa0d776..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/literal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ma.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ma.cpython-311.pyc deleted file mode 100644 index 0981b33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ma.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/mod.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/mod.cpython-311.pyc deleted file mode 100644 index f143589..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/mod.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/modules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/modules.cpython-311.pyc deleted file mode 100644 index 0b58256..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/modules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-311.pyc deleted file mode 100644 index d828180..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-311.pyc deleted file mode 100644 index 535f291..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-311.pyc deleted file mode 100644 index d576161..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-311.pyc deleted file mode 100644 index f4de9ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/nditer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/nditer.cpython-311.pyc deleted file mode 100644 index c996cee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/nditer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numeric.cpython-311.pyc deleted file mode 100644 index a155933..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-311.pyc deleted file mode 100644 index 5aa3b54..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-311.pyc deleted file mode 100644 index dbe8371..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/random.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/recfunctions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/recfunctions.cpython-311.pyc deleted file mode 100644 index 4f09bea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/recfunctions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/scalars.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/scalars.cpython-311.pyc deleted file mode 100644 index a6fa7d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/scalars.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/shape.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/shape.cpython-311.pyc deleted file mode 100644 index 76dfd7b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/shape.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple.cpython-311.pyc deleted file mode 100644 index e0a59b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-311.pyc deleted file mode 100644 index c1ef5fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-311.pyc deleted file mode 100644 index f322f6c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-311.pyc deleted file mode 100644 index 29bd392..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-311.pyc deleted file mode 100644 index 8afcf0b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-311.pyc deleted file mode 100644 index df5a644..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 59ad197..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_elffile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_elffile.cpython-311.pyc deleted file mode 100644 index f0e5db6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_elffile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_manylinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_manylinux.cpython-311.pyc deleted file mode 100644 index c4adc9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_manylinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_musllinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_musllinux.cpython-311.pyc deleted file mode 100644 index afc5613..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_musllinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_parser.cpython-311.pyc deleted file mode 100644 index 4522bf6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_structures.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_structures.cpython-311.pyc deleted file mode 100644 index aa21c22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_structures.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_tokenizer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_tokenizer.cpython-311.pyc deleted file mode 100644 index e08c4c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/_tokenizer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/markers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/markers.cpython-311.pyc deleted file mode 100644 index bc96c39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/markers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/metadata.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/metadata.cpython-311.pyc deleted file mode 100644 index 02f64fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/metadata.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/requirements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/requirements.cpython-311.pyc deleted file mode 100644 index 0e96811..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/requirements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/specifiers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/specifiers.cpython-311.pyc deleted file mode 100644 index 1ee16e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/specifiers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/tags.cpython-311.pyc deleted file mode 100644 index 04acdc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index a6fc0c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 4c694be..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/licenses/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/licenses/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f27b062..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/licenses/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/packaging/licenses/__pycache__/_spdx.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/packaging/licenses/__pycache__/_spdx.cpython-311.pyc deleted file mode 100644 index 2ea96c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/packaging/licenses/__pycache__/_spdx.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2fe4667..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_typing.cpython-311.pyc deleted file mode 100644 index 653f168..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_version.cpython-311.pyc deleted file mode 100644 index b70e3da..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_version_meson.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_version_meson.cpython-311.pyc deleted file mode 100644 index d66bd7e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/_version_meson.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 438a65e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/testing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/testing.cpython-311.pyc deleted file mode 100644 index 3b5ddbb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/__pycache__/testing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2d7120e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 039a61c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/dates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/dates.cpython-311.pyc deleted file mode 100644 index edb507b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/dates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/display.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/display.cpython-311.pyc deleted file mode 100644 index 14755eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/display.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/localization.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/localization.cpython-311.pyc deleted file mode 100644 index d119567..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_config/__pycache__/localization.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_libs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_libs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c74459a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_libs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_libs/tslibs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_libs/tslibs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 13d706d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_libs/tslibs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_libs/window/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_libs/window/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 66c6889..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_libs/window/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index babb50f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_hypothesis.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_hypothesis.cpython-311.pyc deleted file mode 100644 index cb7cdba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_hypothesis.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_io.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_io.cpython-311.pyc deleted file mode 100644 index cc1303f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_io.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_warnings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_warnings.cpython-311.pyc deleted file mode 100644 index 12be0bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/_warnings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/asserters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/asserters.cpython-311.pyc deleted file mode 100644 index e8869ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/asserters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index 1c826f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/contexts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/contexts.cpython-311.pyc deleted file mode 100644 index b2a3dcc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/_testing/__pycache__/contexts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/api/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/api/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a6f4287..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/api/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/api/extensions/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/api/extensions/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0f453d7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/api/extensions/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/api/indexers/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/api/indexers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 599d498..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/api/indexers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/api/interchange/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/api/interchange/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f0bcfc2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/api/interchange/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/api/types/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/api/types/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ad0a662..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/api/types/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/api/typing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/api/typing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 14a2a52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/api/typing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/arrays/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/arrays/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 625efee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/arrays/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6650e21..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/_constants.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/_constants.cpython-311.pyc deleted file mode 100644 index 659d3cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/_constants.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/_optional.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/_optional.cpython-311.pyc deleted file mode 100644 index 67b4bb9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/_optional.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/compressors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/compressors.cpython-311.pyc deleted file mode 100644 index 278cdb8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/compressors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/pickle_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/pickle_compat.cpython-311.pyc deleted file mode 100644 index a2cc529..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/pickle_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/pyarrow.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/pyarrow.cpython-311.pyc deleted file mode 100644 index 494c811..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/__pycache__/pyarrow.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/numpy/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/numpy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 560301b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/numpy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/compat/numpy/__pycache__/function.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/compat/numpy/__pycache__/function.cpython-311.pyc deleted file mode 100644 index 717eeaa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/compat/numpy/__pycache__/function.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2904d39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/accessor.cpython-311.pyc deleted file mode 100644 index fb298ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/algorithms.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/algorithms.cpython-311.pyc deleted file mode 100644 index 738974e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/algorithms.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/api.cpython-311.pyc deleted file mode 100644 index e1ec133..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/apply.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/apply.cpython-311.pyc deleted file mode 100644 index 30afaf9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/apply.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/arraylike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/arraylike.cpython-311.pyc deleted file mode 100644 index d0e0a3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/arraylike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 63f4d0e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/common.cpython-311.pyc deleted file mode 100644 index f5ad827..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/config_init.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/config_init.cpython-311.pyc deleted file mode 100644 index 73130f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/config_init.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/construction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/construction.cpython-311.pyc deleted file mode 100644 index 7d760e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/construction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/flags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/flags.cpython-311.pyc deleted file mode 100644 index 20abec4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/flags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/frame.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/frame.cpython-311.pyc deleted file mode 100644 index d61c597..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/frame.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/generic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/generic.cpython-311.pyc deleted file mode 100644 index d00bb5a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/generic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/indexing.cpython-311.pyc deleted file mode 100644 index ea2eb02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/missing.cpython-311.pyc deleted file mode 100644 index 69c395b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/nanops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/nanops.cpython-311.pyc deleted file mode 100644 index a5cd824..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/nanops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/resample.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/resample.cpython-311.pyc deleted file mode 100644 index 744e5aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/resample.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/roperator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/roperator.cpython-311.pyc deleted file mode 100644 index e5691ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/roperator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/sample.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/sample.cpython-311.pyc deleted file mode 100644 index dd753ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/sample.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/series.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/series.cpython-311.pyc deleted file mode 100644 index d4c177f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/series.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/shared_docs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/shared_docs.cpython-311.pyc deleted file mode 100644 index 653974d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/shared_docs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/sorting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/sorting.cpython-311.pyc deleted file mode 100644 index 4c0f44f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/__pycache__/sorting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 69a024c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/executor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/executor.cpython-311.pyc deleted file mode 100644 index 8f915c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/executor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/extensions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/extensions.cpython-311.pyc deleted file mode 100644 index 1d5f9a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/__pycache__/extensions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e33eb0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/mean_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/mean_.cpython-311.pyc deleted file mode 100644 index 2e9bcb2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/mean_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/min_max_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/min_max_.cpython-311.pyc deleted file mode 100644 index 073616b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/min_max_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/shared.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/shared.cpython-311.pyc deleted file mode 100644 index 761c969..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/shared.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/sum_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/sum_.cpython-311.pyc deleted file mode 100644 index acfff12..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/sum_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/var_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/var_.cpython-311.pyc deleted file mode 100644 index 5dacea0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/_numba/kernels/__pycache__/var_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 89b8ce2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/datetimelike_accumulations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/datetimelike_accumulations.cpython-311.pyc deleted file mode 100644 index cb6abbd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/datetimelike_accumulations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/masked_accumulations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/masked_accumulations.cpython-311.pyc deleted file mode 100644 index 8b87e56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/masked_accumulations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/masked_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/masked_reductions.cpython-311.pyc deleted file mode 100644 index 3425a36..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/masked_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/putmask.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/putmask.cpython-311.pyc deleted file mode 100644 index 1df1dc5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/putmask.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/quantile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/quantile.cpython-311.pyc deleted file mode 100644 index bc77505..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/quantile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/replace.cpython-311.pyc deleted file mode 100644 index 85215d1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/take.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/take.cpython-311.pyc deleted file mode 100644 index 74a0c33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/take.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/transforms.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/transforms.cpython-311.pyc deleted file mode 100644 index 512464e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/array_algos/__pycache__/transforms.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a82c27a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_arrow_string_mixins.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_arrow_string_mixins.cpython-311.pyc deleted file mode 100644 index 0decd74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_arrow_string_mixins.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_mixins.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_mixins.cpython-311.pyc deleted file mode 100644 index 82a1637..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_mixins.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_ranges.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_ranges.cpython-311.pyc deleted file mode 100644 index d6762f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_ranges.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_utils.cpython-311.pyc deleted file mode 100644 index 3c42a67..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/base.cpython-311.pyc deleted file mode 100644 index ba13e55..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/boolean.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/boolean.cpython-311.pyc deleted file mode 100644 index 55cff9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/boolean.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/categorical.cpython-311.pyc deleted file mode 100644 index 1f3b568..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/datetimelike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/datetimelike.cpython-311.pyc deleted file mode 100644 index 3bf0bff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/datetimelike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/datetimes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/datetimes.cpython-311.pyc deleted file mode 100644 index 18286b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/datetimes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/floating.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/floating.cpython-311.pyc deleted file mode 100644 index 3cf7840..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/floating.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/integer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/integer.cpython-311.pyc deleted file mode 100644 index 66302b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/integer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/interval.cpython-311.pyc deleted file mode 100644 index bde4287..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/masked.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/masked.cpython-311.pyc deleted file mode 100644 index 04f6f82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/masked.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/numeric.cpython-311.pyc deleted file mode 100644 index 036bc47..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/numpy_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/numpy_.cpython-311.pyc deleted file mode 100644 index 6197b75..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/numpy_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/period.cpython-311.pyc deleted file mode 100644 index 75e258c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/string_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/string_.cpython-311.pyc deleted file mode 100644 index 5b60a9e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/string_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/string_arrow.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/string_arrow.cpython-311.pyc deleted file mode 100644 index adcfccb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/string_arrow.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/timedeltas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/timedeltas.cpython-311.pyc deleted file mode 100644 index d0d011e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/__pycache__/timedeltas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8edbb79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/_arrow_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/_arrow_utils.cpython-311.pyc deleted file mode 100644 index 41e836f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/_arrow_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/accessors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/accessors.cpython-311.pyc deleted file mode 100644 index 16560fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/accessors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/array.cpython-311.pyc deleted file mode 100644 index 2b5c2ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/extension_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/extension_types.cpython-311.pyc deleted file mode 100644 index 90dbcc5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/arrow/__pycache__/extension_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6b3035d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/accessor.cpython-311.pyc deleted file mode 100644 index 0ca83d1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/array.cpython-311.pyc deleted file mode 100644 index fc4a8b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/scipy_sparse.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/scipy_sparse.cpython-311.pyc deleted file mode 100644 index 6bfbccf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/arrays/sparse/__pycache__/scipy_sparse.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5b83a3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/align.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/align.cpython-311.pyc deleted file mode 100644 index 4850366..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/align.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 8724bd0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/check.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/check.cpython-311.pyc deleted file mode 100644 index dbd47ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/check.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/common.cpython-311.pyc deleted file mode 100644 index afb8636..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/engines.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/engines.cpython-311.pyc deleted file mode 100644 index e3b3197..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/engines.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/eval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/eval.cpython-311.pyc deleted file mode 100644 index f53d06b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/eval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/expr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/expr.cpython-311.pyc deleted file mode 100644 index 0c68f79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/expr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/expressions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/expressions.cpython-311.pyc deleted file mode 100644 index 9ae9cda..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/expressions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/ops.cpython-311.pyc deleted file mode 100644 index 31bd5ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/parsing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/parsing.cpython-311.pyc deleted file mode 100644 index 6300773..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/parsing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/pytables.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/pytables.cpython-311.pyc deleted file mode 100644 index 40464ff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/pytables.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/scope.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/scope.cpython-311.pyc deleted file mode 100644 index e7b5c2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/computation/__pycache__/scope.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 85d811b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/api.cpython-311.pyc deleted file mode 100644 index f078540..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/astype.cpython-311.pyc deleted file mode 100644 index 1c5fec4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/base.cpython-311.pyc deleted file mode 100644 index d18578c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/cast.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/cast.cpython-311.pyc deleted file mode 100644 index 632e265..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/cast.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/common.cpython-311.pyc deleted file mode 100644 index f93f312..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/concat.cpython-311.pyc deleted file mode 100644 index d9f608a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/dtypes.cpython-311.pyc deleted file mode 100644 index a5dc31b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/generic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/generic.cpython-311.pyc deleted file mode 100644 index 530c319..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/generic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/inference.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/inference.cpython-311.pyc deleted file mode 100644 index 38e4fff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/inference.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/missing.cpython-311.pyc deleted file mode 100644 index 1a48dfd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/dtypes/__pycache__/missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0eb3c65..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/base.cpython-311.pyc deleted file mode 100644 index ceeb1e5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/categorical.cpython-311.pyc deleted file mode 100644 index d839662..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/generic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/generic.cpython-311.pyc deleted file mode 100644 index 5cad00a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/generic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/groupby.cpython-311.pyc deleted file mode 100644 index e589ddf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/grouper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/grouper.cpython-311.pyc deleted file mode 100644 index 48b2b02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/grouper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/indexing.cpython-311.pyc deleted file mode 100644 index 20f4d9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/numba_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/numba_.cpython-311.pyc deleted file mode 100644 index 7ea6878..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/numba_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/ops.cpython-311.pyc deleted file mode 100644 index 31f5154..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/groupby/__pycache__/ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ea5c322..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/objects.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/objects.cpython-311.pyc deleted file mode 100644 index 0cb2158..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/objects.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 10aa16a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexers/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index aa47ff9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/accessors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/accessors.cpython-311.pyc deleted file mode 100644 index 152fb90..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/accessors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/api.cpython-311.pyc deleted file mode 100644 index d267f6d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/base.cpython-311.pyc deleted file mode 100644 index c16281a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/category.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/category.cpython-311.pyc deleted file mode 100644 index ffb6aa5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/category.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/datetimelike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/datetimelike.cpython-311.pyc deleted file mode 100644 index a4ebc00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/datetimelike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/datetimes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/datetimes.cpython-311.pyc deleted file mode 100644 index 76cdd22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/datetimes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/extension.cpython-311.pyc deleted file mode 100644 index 7594a3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/frozen.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/frozen.cpython-311.pyc deleted file mode 100644 index a020862..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/frozen.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/interval.cpython-311.pyc deleted file mode 100644 index eb73519..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/multi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/multi.cpython-311.pyc deleted file mode 100644 index 635cf98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/multi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/period.cpython-311.pyc deleted file mode 100644 index 54e99e8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/range.cpython-311.pyc deleted file mode 100644 index d3f03a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/timedeltas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/timedeltas.cpython-311.pyc deleted file mode 100644 index 800ced5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/indexes/__pycache__/timedeltas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 53fdba7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/buffer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/buffer.cpython-311.pyc deleted file mode 100644 index 93ffdd4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/buffer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/column.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/column.cpython-311.pyc deleted file mode 100644 index ca7a490..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/column.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/dataframe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/dataframe.cpython-311.pyc deleted file mode 100644 index 30ed631..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/dataframe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/dataframe_protocol.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/dataframe_protocol.cpython-311.pyc deleted file mode 100644 index 4443e8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/dataframe_protocol.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/from_dataframe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/from_dataframe.cpython-311.pyc deleted file mode 100644 index 5247094..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/from_dataframe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index b2faa50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/interchange/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6b24a45..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 9ba74f0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/array_manager.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/array_manager.cpython-311.pyc deleted file mode 100644 index a629a08..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/array_manager.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 1ec5b71..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/blocks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/blocks.cpython-311.pyc deleted file mode 100644 index d544c0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/blocks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/concat.cpython-311.pyc deleted file mode 100644 index fede1ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/construction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/construction.cpython-311.pyc deleted file mode 100644 index ee84711..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/construction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/managers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/managers.cpython-311.pyc deleted file mode 100644 index 41af0a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/managers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/ops.cpython-311.pyc deleted file mode 100644 index 435715a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/internals/__pycache__/ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bd161fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/describe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/describe.cpython-311.pyc deleted file mode 100644 index 459a9f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/describe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/selectn.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/selectn.cpython-311.pyc deleted file mode 100644 index b639476..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/selectn.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/to_dict.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/to_dict.cpython-311.pyc deleted file mode 100644 index f638eb0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/methods/__pycache__/to_dict.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 783aa67..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/array_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/array_ops.cpython-311.pyc deleted file mode 100644 index 053a2e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/array_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/common.cpython-311.pyc deleted file mode 100644 index 3ed607c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/dispatch.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/dispatch.cpython-311.pyc deleted file mode 100644 index f084e39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/dispatch.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/docstrings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/docstrings.cpython-311.pyc deleted file mode 100644 index 07abc73..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/docstrings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/invalid.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/invalid.cpython-311.pyc deleted file mode 100644 index dcda579..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/invalid.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/mask_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/mask_ops.cpython-311.pyc deleted file mode 100644 index da1459a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/mask_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/missing.cpython-311.pyc deleted file mode 100644 index b918860..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/ops/__pycache__/missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ffe0c89..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 48f4f1b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/concat.cpython-311.pyc deleted file mode 100644 index 221d5f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/encoding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/encoding.cpython-311.pyc deleted file mode 100644 index 23e6105..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/encoding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/melt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/melt.cpython-311.pyc deleted file mode 100644 index 539917f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/melt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/merge.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/merge.cpython-311.pyc deleted file mode 100644 index e6f0f04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/merge.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/pivot.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/pivot.cpython-311.pyc deleted file mode 100644 index 75b0a30..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/pivot.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/reshape.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/reshape.cpython-311.pyc deleted file mode 100644 index cc65b89..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/reshape.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/tile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/tile.cpython-311.pyc deleted file mode 100644 index 33e0fcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/tile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 65e3912..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/reshape/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/sparse/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/sparse/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fb37f40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/sparse/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/sparse/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/sparse/__pycache__/api.cpython-311.pyc deleted file mode 100644 index a813d86..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/sparse/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7431b9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/accessor.cpython-311.pyc deleted file mode 100644 index 6d8e4b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/base.cpython-311.pyc deleted file mode 100644 index cfd9a81..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/object_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/object_array.cpython-311.pyc deleted file mode 100644 index dff5822..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/strings/__pycache__/object_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 76b160f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/datetimes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/datetimes.cpython-311.pyc deleted file mode 100644 index 4e4a1a0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/datetimes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/numeric.cpython-311.pyc deleted file mode 100644 index fc84469..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/timedeltas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/timedeltas.cpython-311.pyc deleted file mode 100644 index e019237..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/timedeltas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/times.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/times.cpython-311.pyc deleted file mode 100644 index 6a07fce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/tools/__pycache__/times.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a4051b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/hashing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/hashing.cpython-311.pyc deleted file mode 100644 index 4c0ef77..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/hashing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/numba_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/numba_.cpython-311.pyc deleted file mode 100644 index 0944b4e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/util/__pycache__/numba_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0c7c17d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/common.cpython-311.pyc deleted file mode 100644 index b5664df..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/doc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/doc.cpython-311.pyc deleted file mode 100644 index fddc3ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/doc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/ewm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/ewm.cpython-311.pyc deleted file mode 100644 index 205d951..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/ewm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/expanding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/expanding.cpython-311.pyc deleted file mode 100644 index d32bea4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/expanding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/numba_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/numba_.cpython-311.pyc deleted file mode 100644 index a87c49d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/numba_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/online.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/online.cpython-311.pyc deleted file mode 100644 index 2e68310..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/online.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/rolling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/rolling.cpython-311.pyc deleted file mode 100644 index 012b011..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/core/window/__pycache__/rolling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/errors/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/errors/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 468cf22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/errors/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 83f503c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index 4e5e58f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 8c61dd9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/clipboards.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/clipboards.cpython-311.pyc deleted file mode 100644 index 8da50c5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/clipboards.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/common.cpython-311.pyc deleted file mode 100644 index ae1f136..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/feather_format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/feather_format.cpython-311.pyc deleted file mode 100644 index f08e187..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/feather_format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/gbq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/gbq.cpython-311.pyc deleted file mode 100644 index cea8d32..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/gbq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/html.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/html.cpython-311.pyc deleted file mode 100644 index 7b263a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/html.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/orc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/orc.cpython-311.pyc deleted file mode 100644 index f942b0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/orc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/parquet.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/parquet.cpython-311.pyc deleted file mode 100644 index ebce360..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/parquet.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/pickle.cpython-311.pyc deleted file mode 100644 index 4bed63e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/pytables.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/pytables.cpython-311.pyc deleted file mode 100644 index 7d8ca33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/pytables.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/spss.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/spss.cpython-311.pyc deleted file mode 100644 index c04ca6d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/spss.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/sql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/sql.cpython-311.pyc deleted file mode 100644 index 3fb05a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/sql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/stata.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/stata.cpython-311.pyc deleted file mode 100644 index 154dfd1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/stata.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/xml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/xml.cpython-311.pyc deleted file mode 100644 index e192435..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/__pycache__/xml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/clipboard/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/clipboard/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 672e205..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/clipboard/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d7cedae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_base.cpython-311.pyc deleted file mode 100644 index ab959b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_calamine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_calamine.cpython-311.pyc deleted file mode 100644 index 8286755..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_calamine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_odfreader.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_odfreader.cpython-311.pyc deleted file mode 100644 index 76a9224..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_odfreader.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_odswriter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_odswriter.cpython-311.pyc deleted file mode 100644 index cfcce3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_odswriter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_openpyxl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_openpyxl.cpython-311.pyc deleted file mode 100644 index 9f2ebec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_openpyxl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_pyxlsb.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_pyxlsb.cpython-311.pyc deleted file mode 100644 index 2ea18ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_pyxlsb.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_util.cpython-311.pyc deleted file mode 100644 index e8bd97f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_xlrd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_xlrd.cpython-311.pyc deleted file mode 100644 index f4f45e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_xlrd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_xlsxwriter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_xlsxwriter.cpython-311.pyc deleted file mode 100644 index 22dd1ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/excel/__pycache__/_xlsxwriter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b5ce49f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/_color_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/_color_data.cpython-311.pyc deleted file mode 100644 index c3465aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/_color_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/console.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/console.cpython-311.pyc deleted file mode 100644 index f357597..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/console.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/css.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/css.cpython-311.pyc deleted file mode 100644 index 30c99ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/css.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/csvs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/csvs.cpython-311.pyc deleted file mode 100644 index d2ca554..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/csvs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/excel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/excel.cpython-311.pyc deleted file mode 100644 index 1675727..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/excel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/format.cpython-311.pyc deleted file mode 100644 index cd1d46e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/html.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/html.cpython-311.pyc deleted file mode 100644 index a7f8530..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/html.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/info.cpython-311.pyc deleted file mode 100644 index 75c2c5f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/printing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/printing.cpython-311.pyc deleted file mode 100644 index 5970382..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/printing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/string.cpython-311.pyc deleted file mode 100644 index 4e2f79a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/style.cpython-311.pyc deleted file mode 100644 index f618ee4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/style_render.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/style_render.cpython-311.pyc deleted file mode 100644 index ba024cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/style_render.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/xml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/xml.cpython-311.pyc deleted file mode 100644 index 604216c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/formats/__pycache__/xml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b272d5d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_json.cpython-311.pyc deleted file mode 100644 index 56f33cd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_normalize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_normalize.cpython-311.pyc deleted file mode 100644 index b8e5159..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_normalize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_table_schema.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_table_schema.cpython-311.pyc deleted file mode 100644 index c79ac79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/json/__pycache__/_table_schema.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f469c50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/arrow_parser_wrapper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/arrow_parser_wrapper.cpython-311.pyc deleted file mode 100644 index b29d5b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/arrow_parser_wrapper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/base_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/base_parser.cpython-311.pyc deleted file mode 100644 index bd34f19..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/base_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/c_parser_wrapper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/c_parser_wrapper.cpython-311.pyc deleted file mode 100644 index 33c16e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/c_parser_wrapper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/python_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/python_parser.cpython-311.pyc deleted file mode 100644 index 5647845..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/python_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/readers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/readers.cpython-311.pyc deleted file mode 100644 index b026087..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/parsers/__pycache__/readers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 403bb8f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas7bdat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas7bdat.cpython-311.pyc deleted file mode 100644 index e6c9b82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas7bdat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas_constants.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas_constants.cpython-311.pyc deleted file mode 100644 index d800098..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas_constants.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas_xport.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas_xport.cpython-311.pyc deleted file mode 100644 index 6f945dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sas_xport.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sasreader.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sasreader.cpython-311.pyc deleted file mode 100644 index 0923dd0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/io/sas/__pycache__/sasreader.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6f421a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/_core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/_core.cpython-311.pyc deleted file mode 100644 index d41be26..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/_core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/_misc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/_misc.cpython-311.pyc deleted file mode 100644 index 771f4e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/__pycache__/_misc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 250a5c5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/boxplot.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/boxplot.cpython-311.pyc deleted file mode 100644 index 718775a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/boxplot.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/converter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/converter.cpython-311.pyc deleted file mode 100644 index 32bfd6f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/converter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 1937e34..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/groupby.cpython-311.pyc deleted file mode 100644 index edb724c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/hist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/hist.cpython-311.pyc deleted file mode 100644 index 88b78a8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/hist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/misc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/misc.cpython-311.pyc deleted file mode 100644 index 8e3c496..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/misc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/style.cpython-311.pyc deleted file mode 100644 index 0a07531..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/timeseries.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/timeseries.cpython-311.pyc deleted file mode 100644 index 84ecdbb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/timeseries.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/tools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/tools.cpython-311.pyc deleted file mode 100644 index cb8cd6c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/plotting/_matplotlib/__pycache__/tools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fa0d283..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_aggregation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_aggregation.cpython-311.pyc deleted file mode 100644 index 545df72..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_aggregation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_algos.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_algos.cpython-311.pyc deleted file mode 100644 index 2ecac7e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_algos.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index 9a22523..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_downstream.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_downstream.cpython-311.pyc deleted file mode 100644 index ea7af38..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_downstream.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_errors.cpython-311.pyc deleted file mode 100644 index f3352d1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_expressions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_expressions.cpython-311.pyc deleted file mode 100644 index ac3657a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_expressions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_flags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_flags.cpython-311.pyc deleted file mode 100644 index 723e779..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_flags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_multilevel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_multilevel.cpython-311.pyc deleted file mode 100644 index 3697d8e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_multilevel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_nanops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_nanops.cpython-311.pyc deleted file mode 100644 index 7e42b60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_nanops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_optional_dependency.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_optional_dependency.cpython-311.pyc deleted file mode 100644 index 6b08da1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_optional_dependency.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_register_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_register_accessor.cpython-311.pyc deleted file mode 100644 index eda3f74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_register_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_sorting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_sorting.cpython-311.pyc deleted file mode 100644 index 476fd32..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_sorting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_take.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_take.cpython-311.pyc deleted file mode 100644 index 79e162f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/__pycache__/test_take.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 834d09c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index 1aa34f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/test_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/test_types.cpython-311.pyc deleted file mode 100644 index 997648e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/api/__pycache__/test_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 33b8ef7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/common.cpython-311.pyc deleted file mode 100644 index e1e49cd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_apply.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_apply.cpython-311.pyc deleted file mode 100644 index a919482..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_apply.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_apply_relabeling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_apply_relabeling.cpython-311.pyc deleted file mode 100644 index e844b15..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_apply_relabeling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_transform.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_transform.cpython-311.pyc deleted file mode 100644 index 0a24c35..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_frame_transform.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_invalid_arg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_invalid_arg.cpython-311.pyc deleted file mode 100644 index 4e0c026..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_invalid_arg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_numba.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_numba.cpython-311.pyc deleted file mode 100644 index f1381f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_numba.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_apply.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_apply.cpython-311.pyc deleted file mode 100644 index 4c9e13d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_apply.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_apply_relabeling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_apply_relabeling.cpython-311.pyc deleted file mode 100644 index 2fb76f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_apply_relabeling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_transform.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_transform.cpython-311.pyc deleted file mode 100644 index e612a7e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_series_transform.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_str.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_str.cpython-311.pyc deleted file mode 100644 index dfd7a05..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/apply/__pycache__/test_str.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 35824e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/common.cpython-311.pyc deleted file mode 100644 index b72eeac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index cbb2648..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_array_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_array_ops.cpython-311.pyc deleted file mode 100644 index 98e0aee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_array_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index cd9f666..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_datetime64.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_datetime64.cpython-311.pyc deleted file mode 100644 index 43819d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_datetime64.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_interval.cpython-311.pyc deleted file mode 100644 index 2b73ce5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_numeric.cpython-311.pyc deleted file mode 100644 index 2eb36ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_object.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_object.cpython-311.pyc deleted file mode 100644 index e02110a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_object.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_period.cpython-311.pyc deleted file mode 100644 index 24a5102..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_timedelta64.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_timedelta64.cpython-311.pyc deleted file mode 100644 index ff3d9f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arithmetic/__pycache__/test_timedelta64.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 95dd5a0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/masked_shared.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/masked_shared.cpython-311.pyc deleted file mode 100644 index 208f57e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/masked_shared.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_array.cpython-311.pyc deleted file mode 100644 index 25b6023..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_datetimelike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_datetimelike.cpython-311.pyc deleted file mode 100644 index 46b279f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_datetimelike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_datetimes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_datetimes.cpython-311.pyc deleted file mode 100644 index 5cd8830..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_datetimes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_ndarray_backed.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_ndarray_backed.cpython-311.pyc deleted file mode 100644 index a54d658..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_ndarray_backed.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_period.cpython-311.pyc deleted file mode 100644 index e558ea9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_timedeltas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_timedeltas.cpython-311.pyc deleted file mode 100644 index ce438ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/__pycache__/test_timedeltas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b5ba667..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index c8cf6ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index b044259..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_comparison.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_comparison.cpython-311.pyc deleted file mode 100644 index 9d8b655..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_comparison.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_construction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_construction.cpython-311.pyc deleted file mode 100644 index d6d4ce0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_construction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_function.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_function.cpython-311.pyc deleted file mode 100644 index f02e4ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_function.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index a9c8a82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_logical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_logical.cpython-311.pyc deleted file mode 100644 index a6d1c76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_logical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_ops.cpython-311.pyc deleted file mode 100644 index be2e5af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_reduction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_reduction.cpython-311.pyc deleted file mode 100644 index 695ef5d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_reduction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_repr.cpython-311.pyc deleted file mode 100644 index 18ada24..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/boolean/__pycache__/test_repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 97deb1f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_algos.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_algos.cpython-311.pyc deleted file mode 100644 index fb33c16..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_algos.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_analytics.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_analytics.cpython-311.pyc deleted file mode 100644 index 782c95d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_analytics.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index ae8c3e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 260d1b8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 85f3b9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_dtypes.cpython-311.pyc deleted file mode 100644 index 3b1827a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 2da8603..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_map.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_map.cpython-311.pyc deleted file mode 100644 index 3cc17a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_map.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_missing.cpython-311.pyc deleted file mode 100644 index b85e819..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_operators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_operators.cpython-311.pyc deleted file mode 100644 index ea04f7a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_operators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_replace.cpython-311.pyc deleted file mode 100644 index 1020d84..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_repr.cpython-311.pyc deleted file mode 100644 index 358ba90..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_sorting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_sorting.cpython-311.pyc deleted file mode 100644 index 9d0c8c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_sorting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_subclass.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_subclass.cpython-311.pyc deleted file mode 100644 index bfdc325..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_subclass.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_take.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_take.cpython-311.pyc deleted file mode 100644 index 2ba02da..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_take.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_warnings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_warnings.cpython-311.pyc deleted file mode 100644 index 916a132..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/categorical/__pycache__/test_warnings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3f4b001..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index bfca361..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_cumulative.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_cumulative.cpython-311.pyc deleted file mode 100644 index 7ed4272..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_cumulative.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index 0c70ef6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/datetimes/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 26de8de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 63c3266..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 62fb7e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 35ee654..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_comparison.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_comparison.cpython-311.pyc deleted file mode 100644 index 2d1e040..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_comparison.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_concat.cpython-311.pyc deleted file mode 100644 index a6d8899..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_construction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_construction.cpython-311.pyc deleted file mode 100644 index d53c55f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_construction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_contains.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_contains.cpython-311.pyc deleted file mode 100644 index 5accd53..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_contains.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_function.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_function.cpython-311.pyc deleted file mode 100644 index cb66f83..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_function.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_repr.cpython-311.pyc deleted file mode 100644 index f488a7a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_to_numpy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_to_numpy.cpython-311.pyc deleted file mode 100644 index 2b9678c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/floating/__pycache__/test_to_numpy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a472860..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 849919c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 9aa2de4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_comparison.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_comparison.cpython-311.pyc deleted file mode 100644 index d5ff795..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_comparison.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_concat.cpython-311.pyc deleted file mode 100644 index 1f6a31e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_construction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_construction.cpython-311.pyc deleted file mode 100644 index d58f0fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_construction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_dtypes.cpython-311.pyc deleted file mode 100644 index f21fcce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_function.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_function.cpython-311.pyc deleted file mode 100644 index e083f9b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_function.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 9d51b19..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_reduction.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_reduction.cpython-311.pyc deleted file mode 100644 index c90eea5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_reduction.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_repr.cpython-311.pyc deleted file mode 100644 index 5fbe9dc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/integer/__pycache__/test_repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bf45358..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 4c5682b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 5d505a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_interval.cpython-311.pyc deleted file mode 100644 index 8cc2ad3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_interval_pyarrow.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_interval_pyarrow.cpython-311.pyc deleted file mode 100644 index d813650..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_interval_pyarrow.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_overlaps.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_overlaps.cpython-311.pyc deleted file mode 100644 index a37c0f6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/interval/__pycache__/test_overlaps.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 760da34..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index da7c6b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_arrow_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_arrow_compat.cpython-311.pyc deleted file mode 100644 index 50c3256..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_arrow_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_function.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_function.cpython-311.pyc deleted file mode 100644 index 66cacd0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_function.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 0721d57..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/masked/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7b6c7ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index d1d0ee6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/test_numpy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/test_numpy.cpython-311.pyc deleted file mode 100644 index 8f81bc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/numpy_/__pycache__/test_numpy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 65abfe2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_arrow_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_arrow_compat.cpython-311.pyc deleted file mode 100644 index e2ea884..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_arrow_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index b46cec7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 2d37715..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index 77115e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/period/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0349334..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_accessor.cpython-311.pyc deleted file mode 100644 index 0df9938..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_arithmetics.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_arithmetics.cpython-311.pyc deleted file mode 100644 index 3fda41e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_arithmetics.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_array.cpython-311.pyc deleted file mode 100644 index f41d924..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 79ec0db..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_combine_concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_combine_concat.cpython-311.pyc deleted file mode 100644 index 0d8cb26..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_combine_concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index ec56a9b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_dtype.cpython-311.pyc deleted file mode 100644 index ab3d95a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 9bb95c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_libsparse.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_libsparse.cpython-311.pyc deleted file mode 100644 index 4f90ed1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_libsparse.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index 8ef2b83..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_unary.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_unary.cpython-311.pyc deleted file mode 100644 index 134804c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/sparse/__pycache__/test_unary.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1cc88b8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/test_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/test_string.cpython-311.pyc deleted file mode 100644 index 869c88b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/test_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/test_string_arrow.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/test_string_arrow.cpython-311.pyc deleted file mode 100644 index 38b3a02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/string_/__pycache__/test_string_arrow.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5512b60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 6d4c65c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_cumulative.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_cumulative.cpython-311.pyc deleted file mode 100644 index ec3fedd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_cumulative.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index bb15d6e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/arrays/timedeltas/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index dc84d0e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/common.cpython-311.pyc deleted file mode 100644 index a4a40de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index b900d35..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_conversion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_conversion.cpython-311.pyc deleted file mode 100644 index 2988389..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_conversion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index b05f095..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_misc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_misc.cpython-311.pyc deleted file mode 100644 index cc5f674..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_misc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_transpose.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_transpose.cpython-311.pyc deleted file mode 100644 index fa82b52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_transpose.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_unique.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_unique.cpython-311.pyc deleted file mode 100644 index ba45429..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_unique.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_value_counts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_value_counts.cpython-311.pyc deleted file mode 100644 index 7b179d0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/base/__pycache__/test_value_counts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 829690a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/test_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/test_compat.cpython-311.pyc deleted file mode 100644 index c3ee6bf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/test_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/test_eval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/test_eval.cpython-311.pyc deleted file mode 100644 index 18ab2b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/computation/__pycache__/test_eval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7153075..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/test_config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/test_config.cpython-311.pyc deleted file mode 100644 index 6055be4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/test_config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/test_localization.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/test_localization.cpython-311.pyc deleted file mode 100644 index 5324b02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/config/__pycache__/test_localization.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/construction/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/construction/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 84010e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/construction/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/construction/__pycache__/test_extract_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/construction/__pycache__/test_extract_array.cpython-311.pyc deleted file mode 100644 index ae7c427..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/construction/__pycache__/test_extract_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8bd3d77..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_array.cpython-311.pyc deleted file mode 100644 index aeb801d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 2a434b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_chained_assignment_deprecation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_chained_assignment_deprecation.cpython-311.pyc deleted file mode 100644 index a169db9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_chained_assignment_deprecation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_clip.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_clip.cpython-311.pyc deleted file mode 100644 index 76ff1a8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_clip.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index a331230..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_core_functionalities.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_core_functionalities.cpython-311.pyc deleted file mode 100644 index 3c9d9ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_core_functionalities.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_functions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_functions.cpython-311.pyc deleted file mode 100644 index f036115..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_functions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index abecd8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_internals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_internals.cpython-311.pyc deleted file mode 100644 index 2342121..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_internals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_interp_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_interp_fillna.cpython-311.pyc deleted file mode 100644 index 2613758..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_interp_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_methods.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_methods.cpython-311.pyc deleted file mode 100644 index 7da59e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_methods.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_replace.cpython-311.pyc deleted file mode 100644 index 006cf84..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_setitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_setitem.cpython-311.pyc deleted file mode 100644 index 010690b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_setitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_util.cpython-311.pyc deleted file mode 100644 index ac26bf9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/test_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/util.cpython-311.pyc deleted file mode 100644 index e2cc60c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 694fb11..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_datetimeindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_datetimeindex.cpython-311.pyc deleted file mode 100644 index f9061b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_datetimeindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_index.cpython-311.pyc deleted file mode 100644 index 030549c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_periodindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_periodindex.cpython-311.pyc deleted file mode 100644 index 687f2bd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_periodindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_timedeltaindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_timedeltaindex.cpython-311.pyc deleted file mode 100644 index cbb531d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/copy_view/index/__pycache__/test_timedeltaindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 128c560..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index d8d2a17..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_concat.cpython-311.pyc deleted file mode 100644 index 4a8fc93..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_dtypes.cpython-311.pyc deleted file mode 100644 index a439dd6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_generic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_generic.cpython-311.pyc deleted file mode 100644 index 458b2fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_generic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_inference.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_inference.cpython-311.pyc deleted file mode 100644 index 317847c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_inference.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_missing.cpython-311.pyc deleted file mode 100644 index 5551316..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/__pycache__/test_missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 635e62c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_can_hold_element.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_can_hold_element.cpython-311.pyc deleted file mode 100644 index 18ac8f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_can_hold_element.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_from_scalar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_from_scalar.cpython-311.pyc deleted file mode 100644 index 0814c8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_from_scalar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_ndarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_ndarray.cpython-311.pyc deleted file mode 100644 index 41af3e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_ndarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_object_arr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_object_arr.cpython-311.pyc deleted file mode 100644 index 04fbcd4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_construct_object_arr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_dict_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_dict_compat.cpython-311.pyc deleted file mode 100644 index 9c0a6bd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_dict_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_downcast.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_downcast.cpython-311.pyc deleted file mode 100644 index 28854d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_downcast.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_find_common_type.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_find_common_type.cpython-311.pyc deleted file mode 100644 index a5ec315..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_find_common_type.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_infer_datetimelike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_infer_datetimelike.cpython-311.pyc deleted file mode 100644 index 1081e7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_infer_datetimelike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_infer_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_infer_dtype.cpython-311.pyc deleted file mode 100644 index dd19029..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_infer_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_maybe_box_native.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_maybe_box_native.cpython-311.pyc deleted file mode 100644 index bbece38..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_maybe_box_native.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_promote.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_promote.cpython-311.pyc deleted file mode 100644 index 63b2f8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/dtypes/cast/__pycache__/test_promote.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f7cd34f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index b2fdd09..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_arrow.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_arrow.cpython-311.pyc deleted file mode 100644 index f4dec77..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_arrow.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index 7d1aa11..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index 19cf8f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_datetime.cpython-311.pyc deleted file mode 100644 index 57d2888..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_extension.cpython-311.pyc deleted file mode 100644 index 0c45c7c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_interval.cpython-311.pyc deleted file mode 100644 index 45fe338..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_masked.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_masked.cpython-311.pyc deleted file mode 100644 index fc836cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_masked.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_numpy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_numpy.cpython-311.pyc deleted file mode 100644 index 4539e9b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_numpy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_period.cpython-311.pyc deleted file mode 100644 index 95f66dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_sparse.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_sparse.cpython-311.pyc deleted file mode 100644 index 9d4e7eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_sparse.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_string.cpython-311.pyc deleted file mode 100644 index 05b32ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/__pycache__/test_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e15face..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/array.cpython-311.pyc deleted file mode 100644 index 569b4a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/test_array_with_attr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/test_array_with_attr.cpython-311.pyc deleted file mode 100644 index b06d83b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/array_with_attr/__pycache__/test_array_with_attr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index dca1872..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/accumulate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/accumulate.cpython-311.pyc deleted file mode 100644 index f4cd176..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/accumulate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 2ec0585..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/casting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/casting.cpython-311.pyc deleted file mode 100644 index d14c605..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/casting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/constructors.cpython-311.pyc deleted file mode 100644 index 2d5956b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/dim2.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/dim2.cpython-311.pyc deleted file mode 100644 index 9aebd28..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/dim2.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/dtype.cpython-311.pyc deleted file mode 100644 index c93a9cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/getitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/getitem.cpython-311.pyc deleted file mode 100644 index 0334512..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/getitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/groupby.cpython-311.pyc deleted file mode 100644 index 9c41e09..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/index.cpython-311.pyc deleted file mode 100644 index 65ae84d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/interface.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/interface.cpython-311.pyc deleted file mode 100644 index db7e9be..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/interface.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/io.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/io.cpython-311.pyc deleted file mode 100644 index 6c7c12e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/io.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/methods.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/methods.cpython-311.pyc deleted file mode 100644 index b585de9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/methods.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/missing.cpython-311.pyc deleted file mode 100644 index 924e68b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/ops.cpython-311.pyc deleted file mode 100644 index 9590f3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/printing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/printing.cpython-311.pyc deleted file mode 100644 index e612a1c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/printing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/reduce.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/reduce.cpython-311.pyc deleted file mode 100644 index c7c25ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/reduce.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/reshaping.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/reshaping.cpython-311.pyc deleted file mode 100644 index ff0bba3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/reshaping.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/setitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/setitem.cpython-311.pyc deleted file mode 100644 index 64774b8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/base/__pycache__/setitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/date/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/date/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0c2a0ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/date/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/date/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/date/__pycache__/array.cpython-311.pyc deleted file mode 100644 index 7fd05b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/date/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index de83feb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/array.cpython-311.pyc deleted file mode 100644 index 8263f24..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/test_decimal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/test_decimal.cpython-311.pyc deleted file mode 100644 index e2510fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/decimal/__pycache__/test_decimal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bbc3b03..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/array.cpython-311.pyc deleted file mode 100644 index 774b5ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/test_json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/test_json.cpython-311.pyc deleted file mode 100644 index 14c8ae1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/json/__pycache__/test_json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 67e01f6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/array.cpython-311.pyc deleted file mode 100644 index b72655e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/test_list.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/test_list.cpython-311.pyc deleted file mode 100644 index a4ecce9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/extension/list/__pycache__/test_list.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 17424e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/common.cpython-311.pyc deleted file mode 100644 index f31c0a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 33eb605..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_alter_axes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_alter_axes.cpython-311.pyc deleted file mode 100644 index 051b85f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_alter_axes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index 8716e51..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 3828c1b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_arrow_interface.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_arrow_interface.cpython-311.pyc deleted file mode 100644 index 06f89f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_arrow_interface.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_block_internals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_block_internals.cpython-311.pyc deleted file mode 100644 index d46d657..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_block_internals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 5ba4e8d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_cumulative.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_cumulative.cpython-311.pyc deleted file mode 100644 index da84e14..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_cumulative.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_iteration.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_iteration.cpython-311.pyc deleted file mode 100644 index 882b176..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_iteration.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_logical_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_logical_ops.cpython-311.pyc deleted file mode 100644 index d09f9cf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_logical_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_nonunique_indexes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_nonunique_indexes.cpython-311.pyc deleted file mode 100644 index 3f0f653..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_nonunique_indexes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_npfuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_npfuncs.cpython-311.pyc deleted file mode 100644 index 82235ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_npfuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_query_eval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_query_eval.cpython-311.pyc deleted file mode 100644 index 0e9ce17..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_query_eval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index f861927..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_repr.cpython-311.pyc deleted file mode 100644 index 29aa845..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_stack_unstack.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_stack_unstack.cpython-311.pyc deleted file mode 100644 index 5f59337..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_stack_unstack.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_subclass.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_subclass.cpython-311.pyc deleted file mode 100644 index feb25b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_subclass.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_ufunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_ufunc.cpython-311.pyc deleted file mode 100644 index ff73a34..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_ufunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_unary.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_unary.cpython-311.pyc deleted file mode 100644 index 3a7a0ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_unary.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_validate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_validate.cpython-311.pyc deleted file mode 100644 index ea51bcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/__pycache__/test_validate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2c13dbb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/test_from_dict.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/test_from_dict.cpython-311.pyc deleted file mode 100644 index 924be1f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/test_from_dict.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/test_from_records.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/test_from_records.cpython-311.pyc deleted file mode 100644 index 77bf61a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/constructors/__pycache__/test_from_records.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f800a90..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_coercion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_coercion.cpython-311.pyc deleted file mode 100644 index e175c7d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_coercion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_delitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_delitem.cpython-311.pyc deleted file mode 100644 index 78f5e4f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_delitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_get.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_get.cpython-311.pyc deleted file mode 100644 index 1d78c0a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_get.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_get_value.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_get_value.cpython-311.pyc deleted file mode 100644 index 9f02782..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_get_value.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_getitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_getitem.cpython-311.pyc deleted file mode 100644 index bf6c2c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_getitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 0e4e2f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_insert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_insert.cpython-311.pyc deleted file mode 100644 index 90165eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_insert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_mask.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_mask.cpython-311.pyc deleted file mode 100644 index fb0306f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_mask.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_set_value.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_set_value.cpython-311.pyc deleted file mode 100644 index dab28bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_set_value.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_setitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_setitem.cpython-311.pyc deleted file mode 100644 index 50cc1e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_setitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_take.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_take.cpython-311.pyc deleted file mode 100644 index b8d727f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_take.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_where.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_where.cpython-311.pyc deleted file mode 100644 index b087039..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_where.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_xs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_xs.cpython-311.pyc deleted file mode 100644 index 16f0143..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/indexing/__pycache__/test_xs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2ee7441..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_add_prefix_suffix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_add_prefix_suffix.cpython-311.pyc deleted file mode 100644 index 68fc924..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_add_prefix_suffix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_align.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_align.cpython-311.pyc deleted file mode 100644 index 82aab82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_align.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_asfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_asfreq.cpython-311.pyc deleted file mode 100644 index 1d5aeca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_asfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_asof.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_asof.cpython-311.pyc deleted file mode 100644 index f5f1734..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_asof.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_assign.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_assign.cpython-311.pyc deleted file mode 100644 index e8f891e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_assign.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 9fdcf7e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_at_time.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_at_time.cpython-311.pyc deleted file mode 100644 index b17eeed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_at_time.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_between_time.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_between_time.cpython-311.pyc deleted file mode 100644 index 17dc298..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_between_time.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_clip.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_clip.cpython-311.pyc deleted file mode 100644 index e12c344..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_clip.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_combine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_combine.cpython-311.pyc deleted file mode 100644 index 664a09f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_combine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_combine_first.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_combine_first.cpython-311.pyc deleted file mode 100644 index 0978fce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_combine_first.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_compare.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_compare.cpython-311.pyc deleted file mode 100644 index b65f12b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_compare.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_convert_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_convert_dtypes.cpython-311.pyc deleted file mode 100644 index 6add4d1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_convert_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_copy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_copy.cpython-311.pyc deleted file mode 100644 index 19313b0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_copy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_count.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_count.cpython-311.pyc deleted file mode 100644 index b966585..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_count.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_cov_corr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_cov_corr.cpython-311.pyc deleted file mode 100644 index 022536e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_cov_corr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_describe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_describe.cpython-311.pyc deleted file mode 100644 index 2a7219e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_describe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_diff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_diff.cpython-311.pyc deleted file mode 100644 index 2cb34b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_diff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dot.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dot.cpython-311.pyc deleted file mode 100644 index 9882d23..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dot.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_drop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_drop.cpython-311.pyc deleted file mode 100644 index 1ef4f0a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_drop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_drop_duplicates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_drop_duplicates.cpython-311.pyc deleted file mode 100644 index fc05f79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_drop_duplicates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_droplevel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_droplevel.cpython-311.pyc deleted file mode 100644 index 7c314c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_droplevel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dropna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dropna.cpython-311.pyc deleted file mode 100644 index 1466bb3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dropna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dtypes.cpython-311.pyc deleted file mode 100644 index c3dd99b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_duplicated.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_duplicated.cpython-311.pyc deleted file mode 100644 index 717eaa3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_duplicated.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_equals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_equals.cpython-311.pyc deleted file mode 100644 index 77a0a59..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_equals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_explode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_explode.cpython-311.pyc deleted file mode 100644 index 8592405..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_explode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index 8f464a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_filter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_filter.cpython-311.pyc deleted file mode 100644 index 934cab6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_filter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_first_and_last.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_first_and_last.cpython-311.pyc deleted file mode 100644 index a4dad74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_first_and_last.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_first_valid_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_first_valid_index.cpython-311.pyc deleted file mode 100644 index f66d946..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_first_valid_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_get_numeric_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_get_numeric_data.cpython-311.pyc deleted file mode 100644 index 029a741..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_get_numeric_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_head_tail.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_head_tail.cpython-311.pyc deleted file mode 100644 index 433f67e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_head_tail.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_infer_objects.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_infer_objects.cpython-311.pyc deleted file mode 100644 index 72c6ee1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_infer_objects.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_info.cpython-311.pyc deleted file mode 100644 index a88f285..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_interpolate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_interpolate.cpython-311.pyc deleted file mode 100644 index 4c571e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_interpolate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_is_homogeneous_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_is_homogeneous_dtype.cpython-311.pyc deleted file mode 100644 index b42cf82..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_is_homogeneous_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_isetitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_isetitem.cpython-311.pyc deleted file mode 100644 index 2cc1527..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_isetitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_isin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_isin.cpython-311.pyc deleted file mode 100644 index a584c3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_isin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_iterrows.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_iterrows.cpython-311.pyc deleted file mode 100644 index 7de0b3d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_iterrows.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index ecd5a81..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_map.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_map.cpython-311.pyc deleted file mode 100644 index 9fbbdb2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_map.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_matmul.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_matmul.cpython-311.pyc deleted file mode 100644 index c54c536..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_matmul.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_nlargest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_nlargest.cpython-311.pyc deleted file mode 100644 index 273b906..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_nlargest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pct_change.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pct_change.cpython-311.pyc deleted file mode 100644 index f8aaade..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pct_change.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pipe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pipe.cpython-311.pyc deleted file mode 100644 index d595800..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pipe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pop.cpython-311.pyc deleted file mode 100644 index bc4cec9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_pop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_quantile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_quantile.cpython-311.pyc deleted file mode 100644 index 86945cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_quantile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rank.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rank.cpython-311.pyc deleted file mode 100644 index fc42916..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rank.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reindex.cpython-311.pyc deleted file mode 100644 index 319fd35..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reindex_like.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reindex_like.cpython-311.pyc deleted file mode 100644 index a76dc2f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reindex_like.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rename.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rename.cpython-311.pyc deleted file mode 100644 index 9a84b2c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rename.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rename_axis.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rename_axis.cpython-311.pyc deleted file mode 100644 index 4a2616f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_rename_axis.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reorder_levels.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reorder_levels.cpython-311.pyc deleted file mode 100644 index 884f771..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reorder_levels.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_replace.cpython-311.pyc deleted file mode 100644 index bce24f8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reset_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reset_index.cpython-311.pyc deleted file mode 100644 index 399c54a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_reset_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_round.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_round.cpython-311.pyc deleted file mode 100644 index 2c81ed5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_round.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sample.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sample.cpython-311.pyc deleted file mode 100644 index 6bacde5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sample.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_select_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_select_dtypes.cpython-311.pyc deleted file mode 100644 index 8c5bf54..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_select_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_set_axis.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_set_axis.cpython-311.pyc deleted file mode 100644 index ec6871f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_set_axis.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_set_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_set_index.cpython-311.pyc deleted file mode 100644 index be32d61..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_set_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_shift.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_shift.cpython-311.pyc deleted file mode 100644 index 3d9fce9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_shift.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_size.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_size.cpython-311.pyc deleted file mode 100644 index 77ec617..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_size.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sort_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sort_index.cpython-311.pyc deleted file mode 100644 index 12ef8f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sort_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sort_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sort_values.cpython-311.pyc deleted file mode 100644 index 2629343..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_sort_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_swapaxes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_swapaxes.cpython-311.pyc deleted file mode 100644 index b104baf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_swapaxes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_swaplevel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_swaplevel.cpython-311.pyc deleted file mode 100644 index 81ebdaf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_swaplevel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_csv.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_csv.cpython-311.pyc deleted file mode 100644 index c6e3b00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_csv.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_dict.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_dict.cpython-311.pyc deleted file mode 100644 index 554c9ac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_dict.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_dict_of_blocks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_dict_of_blocks.cpython-311.pyc deleted file mode 100644 index fc0ced4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_dict_of_blocks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_numpy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_numpy.cpython-311.pyc deleted file mode 100644 index 40896cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_numpy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_period.cpython-311.pyc deleted file mode 100644 index 9e7510c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_records.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_records.cpython-311.pyc deleted file mode 100644 index c2739c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_records.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_timestamp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_timestamp.cpython-311.pyc deleted file mode 100644 index 0790371..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_to_timestamp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_transpose.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_transpose.cpython-311.pyc deleted file mode 100644 index d11980c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_transpose.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_truncate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_truncate.cpython-311.pyc deleted file mode 100644 index 05cdd25..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_truncate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_tz_convert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_tz_convert.cpython-311.pyc deleted file mode 100644 index d56a816..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_tz_convert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_tz_localize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_tz_localize.cpython-311.pyc deleted file mode 100644 index ea55787..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_tz_localize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_update.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_update.cpython-311.pyc deleted file mode 100644 index 0f91ffa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_update.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_value_counts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_value_counts.cpython-311.pyc deleted file mode 100644 index 388e033..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_value_counts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_values.cpython-311.pyc deleted file mode 100644 index 7bb44ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/frame/methods/__pycache__/test_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index aa6701f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_duplicate_labels.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_duplicate_labels.cpython-311.pyc deleted file mode 100644 index 6762f53..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_duplicate_labels.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_finalize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_finalize.cpython-311.pyc deleted file mode 100644 index bb8e841..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_finalize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_frame.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_frame.cpython-311.pyc deleted file mode 100644 index fc8e441..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_frame.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_generic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_generic.cpython-311.pyc deleted file mode 100644 index b815eee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_generic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_label_or_level_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_label_or_level_utils.cpython-311.pyc deleted file mode 100644 index 39ba307..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_label_or_level_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_series.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_series.cpython-311.pyc deleted file mode 100644 index 49d1452..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_series.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_to_xarray.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_to_xarray.cpython-311.pyc deleted file mode 100644 index 72e1e2c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/generic/__pycache__/test_to_xarray.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 57c7e18..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index feddb8c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_all_methods.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_all_methods.cpython-311.pyc deleted file mode 100644 index 9206afa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_all_methods.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index 52bfe5a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_apply.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_apply.cpython-311.pyc deleted file mode 100644 index f923189..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_apply.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_apply_mutate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_apply_mutate.cpython-311.pyc deleted file mode 100644 index fb4fc62..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_apply_mutate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_bin_groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_bin_groupby.cpython-311.pyc deleted file mode 100644 index f98b10b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_bin_groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index 504cc60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_counting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_counting.cpython-311.pyc deleted file mode 100644 index 47ca43e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_counting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_cumulative.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_cumulative.cpython-311.pyc deleted file mode 100644 index 11c61e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_cumulative.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_filters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_filters.cpython-311.pyc deleted file mode 100644 index 2c9feac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_filters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby.cpython-311.pyc deleted file mode 100644 index ff0c639..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby_dropna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby_dropna.cpython-311.pyc deleted file mode 100644 index 1c38b7a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby_dropna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby_subclass.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby_subclass.cpython-311.pyc deleted file mode 100644 index 2d6743c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_groupby_subclass.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_grouping.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_grouping.cpython-311.pyc deleted file mode 100644 index 5418d47..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_grouping.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_index_as_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_index_as_string.cpython-311.pyc deleted file mode 100644 index ca5a629..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_index_as_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 41846b8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_libgroupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_libgroupby.cpython-311.pyc deleted file mode 100644 index 9d5f225..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_libgroupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_missing.cpython-311.pyc deleted file mode 100644 index 250e9b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_numba.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_numba.cpython-311.pyc deleted file mode 100644 index 1396971..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_numba.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_numeric_only.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_numeric_only.cpython-311.pyc deleted file mode 100644 index 54146cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_numeric_only.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_pipe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_pipe.cpython-311.pyc deleted file mode 100644 index 4dde042..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_pipe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_raises.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_raises.cpython-311.pyc deleted file mode 100644 index 196f52e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_raises.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index 4cfa102..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_timegrouper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_timegrouper.cpython-311.pyc deleted file mode 100644 index 59b8768..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/__pycache__/test_timegrouper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ed943fd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_aggregate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_aggregate.cpython-311.pyc deleted file mode 100644 index f538566..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_aggregate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_cython.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_cython.cpython-311.pyc deleted file mode 100644 index f516463..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_cython.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_numba.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_numba.cpython-311.pyc deleted file mode 100644 index bdcf6e5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_numba.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_other.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_other.cpython-311.pyc deleted file mode 100644 index 1223c87..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/aggregate/__pycache__/test_other.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9ac640b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_corrwith.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_corrwith.cpython-311.pyc deleted file mode 100644 index bab10ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_corrwith.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_describe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_describe.cpython-311.pyc deleted file mode 100644 index 44c7100..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_describe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_groupby_shift_diff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_groupby_shift_diff.cpython-311.pyc deleted file mode 100644 index 6bc31f8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_groupby_shift_diff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_is_monotonic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_is_monotonic.cpython-311.pyc deleted file mode 100644 index 7d92dff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_is_monotonic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_nlargest_nsmallest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_nlargest_nsmallest.cpython-311.pyc deleted file mode 100644 index 1fd3ca3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_nlargest_nsmallest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_nth.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_nth.cpython-311.pyc deleted file mode 100644 index a6940ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_nth.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_quantile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_quantile.cpython-311.pyc deleted file mode 100644 index 8989f81..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_quantile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_rank.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_rank.cpython-311.pyc deleted file mode 100644 index 3231613..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_rank.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_sample.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_sample.cpython-311.pyc deleted file mode 100644 index 0156361..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_sample.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_size.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_size.cpython-311.pyc deleted file mode 100644 index 6d9c0c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_size.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_skew.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_skew.cpython-311.pyc deleted file mode 100644 index ec86d5f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_skew.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_value_counts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_value_counts.cpython-311.pyc deleted file mode 100644 index f2cd17a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/methods/__pycache__/test_value_counts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c2276e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/test_numba.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/test_numba.cpython-311.pyc deleted file mode 100644 index a6a9714..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/test_numba.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/test_transform.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/test_transform.cpython-311.pyc deleted file mode 100644 index a0952af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/groupby/transform/__pycache__/test_transform.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4cc40ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index cdabfee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_any_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_any_index.cpython-311.pyc deleted file mode 100644 index abc1fb4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_any_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_base.cpython-311.pyc deleted file mode 100644 index 064f909..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index 3dc577d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_datetimelike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_datetimelike.cpython-311.pyc deleted file mode 100644 index c9f679e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_datetimelike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_engines.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_engines.cpython-311.pyc deleted file mode 100644 index 246c923..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_engines.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_frozen.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_frozen.cpython-311.pyc deleted file mode 100644 index 51b6396..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_frozen.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_index_new.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_index_new.cpython-311.pyc deleted file mode 100644 index 7710ab5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_index_new.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index a0652c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_numpy_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_numpy_compat.cpython-311.pyc deleted file mode 100644 index 42c7103..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_numpy_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_old_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_old_base.cpython-311.pyc deleted file mode 100644 index a74e2ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_old_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 74af1f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_subclass.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_subclass.cpython-311.pyc deleted file mode 100644 index 40e472c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/__pycache__/test_subclass.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7e13f0c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 9cfd01f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 51effdc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 68b9540..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index e0609c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_reshape.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_reshape.cpython-311.pyc deleted file mode 100644 index b77ddcb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_reshape.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 0e30481..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_where.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_where.cpython-311.pyc deleted file mode 100644 index 19981dc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/base_class/__pycache__/test_where.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 76b9906..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_append.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_append.cpython-311.pyc deleted file mode 100644 index 25d6713..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_append.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 8e465af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_category.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_category.cpython-311.pyc deleted file mode 100644 index d92bd78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_category.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index c31766b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_equals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_equals.cpython-311.pyc deleted file mode 100644 index c1129c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_equals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index 144d352..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index b7d0edd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 707e045..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_map.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_map.cpython-311.pyc deleted file mode 100644 index 94e4a43..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_map.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_reindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_reindex.cpython-311.pyc deleted file mode 100644 index 996b8cd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_reindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index b79e2d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/categorical/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3b8048e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_drop_duplicates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_drop_duplicates.cpython-311.pyc deleted file mode 100644 index 5e3b7f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_drop_duplicates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_equals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_equals.cpython-311.pyc deleted file mode 100644 index 6ad4896..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_equals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index b01d705..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_is_monotonic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_is_monotonic.cpython-311.pyc deleted file mode 100644 index b1d546b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_is_monotonic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_nat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_nat.cpython-311.pyc deleted file mode 100644 index e897d86..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_nat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_sort_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_sort_values.cpython-311.pyc deleted file mode 100644 index 2fca361..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_sort_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_value_counts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_value_counts.cpython-311.pyc deleted file mode 100644 index b0c42ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimelike_/__pycache__/test_value_counts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b466e40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 58fcc52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 2ce177d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_date_range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_date_range.cpython-311.pyc deleted file mode 100644 index 0428a0e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_date_range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_datetime.cpython-311.pyc deleted file mode 100644 index cefb40a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 530fb79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_freq_attr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_freq_attr.cpython-311.pyc deleted file mode 100644 index 219e90a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_freq_attr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 1580175..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_iter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_iter.cpython-311.pyc deleted file mode 100644 index b8181b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_iter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index df841df..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_npfuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_npfuncs.cpython-311.pyc deleted file mode 100644 index bdd07cf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_npfuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_ops.cpython-311.pyc deleted file mode 100644 index 728e616..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_partial_slicing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_partial_slicing.cpython-311.pyc deleted file mode 100644 index 9bea051..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_partial_slicing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index b917b4a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_reindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_reindex.cpython-311.pyc deleted file mode 100644 index 96c072e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_reindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_scalar_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_scalar_compat.cpython-311.pyc deleted file mode 100644 index d4e5471..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_scalar_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 16a5bd9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_timezones.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_timezones.cpython-311.pyc deleted file mode 100644 index d1337cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/__pycache__/test_timezones.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a90b129..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_asof.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_asof.cpython-311.pyc deleted file mode 100644 index 50cae14..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_asof.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 57824f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_delete.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_delete.cpython-311.pyc deleted file mode 100644 index a3dd6fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_delete.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_factorize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_factorize.cpython-311.pyc deleted file mode 100644 index 9caaa5c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_factorize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index a8c31e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_insert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_insert.cpython-311.pyc deleted file mode 100644 index 32b5b8d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_insert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_isocalendar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_isocalendar.cpython-311.pyc deleted file mode 100644 index 5165b45..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_isocalendar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_map.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_map.cpython-311.pyc deleted file mode 100644 index 11b5263..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_map.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_normalize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_normalize.cpython-311.pyc deleted file mode 100644 index 8f97907..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_normalize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_repeat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_repeat.cpython-311.pyc deleted file mode 100644 index f1c35aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_repeat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_resolution.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_resolution.cpython-311.pyc deleted file mode 100644 index 9aa8887..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_resolution.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_round.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_round.cpython-311.pyc deleted file mode 100644 index cb78972..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_round.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_shift.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_shift.cpython-311.pyc deleted file mode 100644 index f0567ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_shift.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_snap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_snap.cpython-311.pyc deleted file mode 100644 index 9f74853..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_snap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_frame.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_frame.cpython-311.pyc deleted file mode 100644 index f8ce912..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_frame.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_julian_date.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_julian_date.cpython-311.pyc deleted file mode 100644 index f6a8ae9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_julian_date.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_period.cpython-311.pyc deleted file mode 100644 index 99c8e68..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_pydatetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_pydatetime.cpython-311.pyc deleted file mode 100644 index ba621ac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_pydatetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_series.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_series.cpython-311.pyc deleted file mode 100644 index f485ba1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_to_series.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_tz_convert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_tz_convert.cpython-311.pyc deleted file mode 100644 index ff508a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_tz_convert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_tz_localize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_tz_localize.cpython-311.pyc deleted file mode 100644 index 745abea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_tz_localize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_unique.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_unique.cpython-311.pyc deleted file mode 100644 index 53ba0ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/datetimes/methods/__pycache__/test_unique.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c5e0da9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 237d8ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index aeae74b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_equals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_equals.cpython-311.pyc deleted file mode 100644 index 71eb440..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_equals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 415f34c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 64cd5ac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval.cpython-311.pyc deleted file mode 100644 index ecb3b6c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval_range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval_range.cpython-311.pyc deleted file mode 100644 index 1a33539..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval_range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval_tree.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval_tree.cpython-311.pyc deleted file mode 100644 index 82b7df0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_interval_tree.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 5d8ad39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index 216e1e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 34d5bdf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/interval/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7ec62de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 7189930..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_analytics.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_analytics.cpython-311.pyc deleted file mode 100644 index e09157b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_analytics.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 01d13b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_compat.cpython-311.pyc deleted file mode 100644 index 3a172e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index eab1e06..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_conversion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_conversion.cpython-311.pyc deleted file mode 100644 index c852878..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_conversion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_copy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_copy.cpython-311.pyc deleted file mode 100644 index 69b1e73..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_copy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_drop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_drop.cpython-311.pyc deleted file mode 100644 index d653adc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_drop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_duplicates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_duplicates.cpython-311.pyc deleted file mode 100644 index 7965360..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_duplicates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_equivalence.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_equivalence.cpython-311.pyc deleted file mode 100644 index 925e7d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_equivalence.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index f29cad6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_get_level_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_get_level_values.cpython-311.pyc deleted file mode 100644 index bccff9e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_get_level_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_get_set.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_get_set.cpython-311.pyc deleted file mode 100644 index 8c3c6b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_get_set.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 1a12881..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_integrity.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_integrity.cpython-311.pyc deleted file mode 100644 index 965e411..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_integrity.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_isin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_isin.cpython-311.pyc deleted file mode 100644 index 5c350c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_isin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 395d3b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_lexsort.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_lexsort.cpython-311.pyc deleted file mode 100644 index 8afca19..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_lexsort.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_missing.cpython-311.pyc deleted file mode 100644 index 8905500..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_monotonic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_monotonic.cpython-311.pyc deleted file mode 100644 index 41cf66f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_monotonic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_names.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_names.cpython-311.pyc deleted file mode 100644 index 3c569ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_names.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_partial_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_partial_indexing.cpython-311.pyc deleted file mode 100644 index 04a86b8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_partial_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index 403e853..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_reindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_reindex.cpython-311.pyc deleted file mode 100644 index 0612220..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_reindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_reshape.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_reshape.cpython-311.pyc deleted file mode 100644 index eb5a71d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_reshape.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 26b1405..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_sorting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_sorting.cpython-311.pyc deleted file mode 100644 index 5c84975..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_sorting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_take.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_take.cpython-311.pyc deleted file mode 100644 index 7e75ff1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/multi/__pycache__/test_take.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ad30bc3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index a28efef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 767bad9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 646d597..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_numeric.cpython-311.pyc deleted file mode 100644 index d00ec0f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 691e435..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/numeric/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 450e52f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 4ed68b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 68d850e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/object/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 66e0e76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 700722c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 8bef53e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_freq_attr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_freq_attr.cpython-311.pyc deleted file mode 100644 index 2c7e966..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_freq_attr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 22014ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 1d5cae7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_monotonic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_monotonic.cpython-311.pyc deleted file mode 100644 index 423ec3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_monotonic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_partial_slicing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_partial_slicing.cpython-311.pyc deleted file mode 100644 index 6aec866..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_partial_slicing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_period.cpython-311.pyc deleted file mode 100644 index e16e74e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_period_range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_period_range.cpython-311.pyc deleted file mode 100644 index 0e3f80e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_period_range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index fc07409..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_resolution.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_resolution.cpython-311.pyc deleted file mode 100644 index d10e6b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_resolution.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_scalar_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_scalar_compat.cpython-311.pyc deleted file mode 100644 index 40c6310..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_scalar_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_searchsorted.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_searchsorted.cpython-311.pyc deleted file mode 100644 index 272c4ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_searchsorted.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index baa7c6b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_tools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_tools.cpython-311.pyc deleted file mode 100644 index 7c54d3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/__pycache__/test_tools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 580a9fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_asfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_asfreq.cpython-311.pyc deleted file mode 100644 index edbcc89..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_asfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 1e32c40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_factorize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_factorize.cpython-311.pyc deleted file mode 100644 index 63cecf7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_factorize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index cc3275a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_insert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_insert.cpython-311.pyc deleted file mode 100644 index 712b538..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_insert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_is_full.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_is_full.cpython-311.pyc deleted file mode 100644 index ee41f85..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_is_full.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_repeat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_repeat.cpython-311.pyc deleted file mode 100644 index b0962ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_repeat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_shift.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_shift.cpython-311.pyc deleted file mode 100644 index a78fab1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_shift.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_to_timestamp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_to_timestamp.cpython-311.pyc deleted file mode 100644 index 0f7962e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/period/methods/__pycache__/test_to_timestamp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a8961c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 2837ef9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index b5932fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index faa7d2f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_range.cpython-311.pyc deleted file mode 100644 index 47fa552..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 4ef21a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/ranges/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e5998d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index c35857c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 9632ab8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_delete.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_delete.cpython-311.pyc deleted file mode 100644 index 84192b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_delete.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 241489c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_freq_attr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_freq_attr.cpython-311.pyc deleted file mode 100644 index afccfe2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_freq_attr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index e9d6905..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 2f033e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_ops.cpython-311.pyc deleted file mode 100644 index 5ed2d1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index 79e813d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_scalar_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_scalar_compat.cpython-311.pyc deleted file mode 100644 index 4f9c6b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_scalar_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_searchsorted.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_searchsorted.cpython-311.pyc deleted file mode 100644 index 973baf1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_searchsorted.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_setops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_setops.cpython-311.pyc deleted file mode 100644 index 677cbf6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_setops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_timedelta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_timedelta.cpython-311.pyc deleted file mode 100644 index 643ac7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_timedelta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_timedelta_range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_timedelta_range.cpython-311.pyc deleted file mode 100644 index df56e61..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/__pycache__/test_timedelta_range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e3a1a1a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 756587f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_factorize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_factorize.cpython-311.pyc deleted file mode 100644 index 4de7da7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_factorize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index ff424a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_insert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_insert.cpython-311.pyc deleted file mode 100644 index 83ce9d6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_insert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_repeat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_repeat.cpython-311.pyc deleted file mode 100644 index c021577..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_repeat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_shift.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_shift.cpython-311.pyc deleted file mode 100644 index d782c16..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexes/timedeltas/methods/__pycache__/test_shift.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d61c2a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/common.cpython-311.pyc deleted file mode 100644 index 1d7f253..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index adb56b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_at.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_at.cpython-311.pyc deleted file mode 100644 index fdc1ab1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_at.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index 5471dc2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_chaining_and_caching.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_chaining_and_caching.cpython-311.pyc deleted file mode 100644 index d38ec26..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_chaining_and_caching.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_check_indexer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_check_indexer.cpython-311.pyc deleted file mode 100644 index 0831889..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_check_indexer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_coercion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_coercion.cpython-311.pyc deleted file mode 100644 index f9752f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_coercion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_datetime.cpython-311.pyc deleted file mode 100644 index 842f9d0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_floats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_floats.cpython-311.pyc deleted file mode 100644 index fbc3412..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_floats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_iat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_iat.cpython-311.pyc deleted file mode 100644 index e0eefe8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_iat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_iloc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_iloc.cpython-311.pyc deleted file mode 100644 index 25724a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_iloc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_indexers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_indexers.cpython-311.pyc deleted file mode 100644 index 5513ed2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_indexers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index cd0ec63..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_loc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_loc.cpython-311.pyc deleted file mode 100644 index f6eb5fd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_loc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_na_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_na_indexing.cpython-311.pyc deleted file mode 100644 index 033dff7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_na_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_partial.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_partial.cpython-311.pyc deleted file mode 100644 index 66eb2be..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_partial.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_scalar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_scalar.cpython-311.pyc deleted file mode 100644 index c438edc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/__pycache__/test_scalar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b959b30..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/test_interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/test_interval.cpython-311.pyc deleted file mode 100644 index bb905d4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/test_interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/test_interval_new.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/test_interval_new.cpython-311.pyc deleted file mode 100644 index ac52084..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/interval/__pycache__/test_interval_new.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fbef450..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_chaining_and_caching.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_chaining_and_caching.cpython-311.pyc deleted file mode 100644 index fd6cdaa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_chaining_and_caching.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_datetime.cpython-311.pyc deleted file mode 100644 index bd0b196..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_getitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_getitem.cpython-311.pyc deleted file mode 100644 index 334b68e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_getitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_iloc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_iloc.cpython-311.pyc deleted file mode 100644 index 53bc93f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_iloc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_indexing_slow.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_indexing_slow.cpython-311.pyc deleted file mode 100644 index cfd43e5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_indexing_slow.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_loc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_loc.cpython-311.pyc deleted file mode 100644 index 007a3e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_loc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_multiindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_multiindex.cpython-311.pyc deleted file mode 100644 index bd05723..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_multiindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_partial.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_partial.cpython-311.pyc deleted file mode 100644 index abb347d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_partial.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_setitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_setitem.cpython-311.pyc deleted file mode 100644 index c6aed04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_setitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_slice.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_slice.cpython-311.pyc deleted file mode 100644 index 356fce4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_slice.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_sorted.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_sorted.cpython-311.pyc deleted file mode 100644 index 1dd45ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/indexing/multiindex/__pycache__/test_sorted.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d80ae99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_impl.cpython-311.pyc deleted file mode 100644 index 91309ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_spec_conformance.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_spec_conformance.cpython-311.pyc deleted file mode 100644 index 18404c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_spec_conformance.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_utils.cpython-311.pyc deleted file mode 100644 index 9233ff0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/interchange/__pycache__/test_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cf6cb0e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index e9ead96..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_internals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_internals.cpython-311.pyc deleted file mode 100644 index 97d9a04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_internals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_managers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_managers.cpython-311.pyc deleted file mode 100644 index df8906b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/internals/__pycache__/test_managers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 869eeab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 4d0d7a0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/generate_legacy_storage_files.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/generate_legacy_storage_files.cpython-311.pyc deleted file mode 100644 index 0cf3a99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/generate_legacy_storage_files.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_clipboard.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_clipboard.cpython-311.pyc deleted file mode 100644 index d49f198..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_clipboard.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index e178667..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_compression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_compression.cpython-311.pyc deleted file mode 100644 index 517f8b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_compression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_feather.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_feather.cpython-311.pyc deleted file mode 100644 index d9c3a79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_feather.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_fsspec.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_fsspec.cpython-311.pyc deleted file mode 100644 index d575d60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_fsspec.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_gbq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_gbq.cpython-311.pyc deleted file mode 100644 index bf345a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_gbq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_gcs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_gcs.cpython-311.pyc deleted file mode 100644 index 5dff44a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_gcs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_html.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_html.cpython-311.pyc deleted file mode 100644 index 7e9ad5f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_html.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_http_headers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_http_headers.cpython-311.pyc deleted file mode 100644 index acfad99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_http_headers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_orc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_orc.cpython-311.pyc deleted file mode 100644 index 1da10a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_orc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_parquet.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_parquet.cpython-311.pyc deleted file mode 100644 index 41bf700..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_parquet.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_pickle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_pickle.cpython-311.pyc deleted file mode 100644 index 46f7367..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_pickle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_s3.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_s3.cpython-311.pyc deleted file mode 100644 index 5f8dd23..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_s3.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_spss.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_spss.cpython-311.pyc deleted file mode 100644 index 6edddb8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_spss.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_sql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_sql.cpython-311.pyc deleted file mode 100644 index 5024d6c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_sql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_stata.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_stata.cpython-311.pyc deleted file mode 100644 index cb8f1fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/__pycache__/test_stata.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9763552..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_odf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_odf.cpython-311.pyc deleted file mode 100644 index 132eea0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_odf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_odswriter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_odswriter.cpython-311.pyc deleted file mode 100644 index fb33af9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_odswriter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_openpyxl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_openpyxl.cpython-311.pyc deleted file mode 100644 index 0976f61..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_openpyxl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_readers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_readers.cpython-311.pyc deleted file mode 100644 index b2292ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_readers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_style.cpython-311.pyc deleted file mode 100644 index c4a0f09..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_writers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_writers.cpython-311.pyc deleted file mode 100644 index 6c0b05b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_writers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_xlrd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_xlrd.cpython-311.pyc deleted file mode 100644 index a6389d6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_xlrd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_xlsxwriter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_xlsxwriter.cpython-311.pyc deleted file mode 100644 index c038cc5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/excel/__pycache__/test_xlsxwriter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 42b0b8b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_console.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_console.cpython-311.pyc deleted file mode 100644 index ce7a2da..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_console.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_css.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_css.cpython-311.pyc deleted file mode 100644 index e62b778..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_css.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_eng_formatting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_eng_formatting.cpython-311.pyc deleted file mode 100644 index 0bcf784..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_eng_formatting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_format.cpython-311.pyc deleted file mode 100644 index f25ca83..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_ipython_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_ipython_compat.cpython-311.pyc deleted file mode 100644 index 0fdf9ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_ipython_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_printing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_printing.cpython-311.pyc deleted file mode 100644 index e0b228f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_printing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_csv.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_csv.cpython-311.pyc deleted file mode 100644 index ed800d7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_csv.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_excel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_excel.cpython-311.pyc deleted file mode 100644 index 579130b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_excel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_html.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_html.cpython-311.pyc deleted file mode 100644 index 5df4938..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_html.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_latex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_latex.cpython-311.pyc deleted file mode 100644 index e3b3c94..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_latex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_markdown.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_markdown.cpython-311.pyc deleted file mode 100644 index 0dccb0a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_markdown.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_string.cpython-311.pyc deleted file mode 100644 index 4ae071f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/__pycache__/test_to_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0d76269..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_bar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_bar.cpython-311.pyc deleted file mode 100644 index 596651d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_bar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_exceptions.cpython-311.pyc deleted file mode 100644 index 802a519..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_format.cpython-311.pyc deleted file mode 100644 index 8dc972d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_highlight.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_highlight.cpython-311.pyc deleted file mode 100644 index df36785..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_highlight.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_html.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_html.cpython-311.pyc deleted file mode 100644 index db54c7e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_html.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_matplotlib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_matplotlib.cpython-311.pyc deleted file mode 100644 index 321050c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_matplotlib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_non_unique.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_non_unique.cpython-311.pyc deleted file mode 100644 index 050d1ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_non_unique.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_style.cpython-311.pyc deleted file mode 100644 index 0af77b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_to_latex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_to_latex.cpython-311.pyc deleted file mode 100644 index b7ed612..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_to_latex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_to_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_to_string.cpython-311.pyc deleted file mode 100644 index 064718f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_to_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_tooltip.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_tooltip.cpython-311.pyc deleted file mode 100644 index 3b5d840..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/formats/style/__pycache__/test_tooltip.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bd61052..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 58365d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_compression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_compression.cpython-311.pyc deleted file mode 100644 index dee246f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_compression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_deprecated_kwargs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_deprecated_kwargs.cpython-311.pyc deleted file mode 100644 index c2669f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_deprecated_kwargs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_json_table_schema.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_json_table_schema.cpython-311.pyc deleted file mode 100644 index 6a60305..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_json_table_schema.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_json_table_schema_ext_dtype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_json_table_schema_ext_dtype.cpython-311.pyc deleted file mode 100644 index 255a458..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_json_table_schema_ext_dtype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_normalize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_normalize.cpython-311.pyc deleted file mode 100644 index 9f33c92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_normalize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_pandas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_pandas.cpython-311.pyc deleted file mode 100644 index 22b0581..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_pandas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_readlines.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_readlines.cpython-311.pyc deleted file mode 100644 index 0f707a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_readlines.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_ujson.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_ujson.cpython-311.pyc deleted file mode 100644 index 9845b85..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/json/__pycache__/test_ujson.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4a32991..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index dc60cce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_c_parser_only.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_c_parser_only.cpython-311.pyc deleted file mode 100644 index ef47c51..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_c_parser_only.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_comment.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_comment.cpython-311.pyc deleted file mode 100644 index c2051da..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_comment.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_compression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_compression.cpython-311.pyc deleted file mode 100644 index a976844..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_compression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_concatenate_chunks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_concatenate_chunks.cpython-311.pyc deleted file mode 100644 index 91fc098..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_concatenate_chunks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_converters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_converters.cpython-311.pyc deleted file mode 100644 index 38bc86f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_converters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_dialect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_dialect.cpython-311.pyc deleted file mode 100644 index 1376b98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_dialect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_encoding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_encoding.cpython-311.pyc deleted file mode 100644 index eb3bc2a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_encoding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_header.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_header.cpython-311.pyc deleted file mode 100644 index 48374f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_header.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_index_col.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_index_col.cpython-311.pyc deleted file mode 100644 index 87929b9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_index_col.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_mangle_dupes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_mangle_dupes.cpython-311.pyc deleted file mode 100644 index 56c504f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_mangle_dupes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_multi_thread.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_multi_thread.cpython-311.pyc deleted file mode 100644 index 081d542..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_multi_thread.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_na_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_na_values.cpython-311.pyc deleted file mode 100644 index e850f1c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_na_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_network.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_network.cpython-311.pyc deleted file mode 100644 index e929464..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_network.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_parse_dates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_parse_dates.cpython-311.pyc deleted file mode 100644 index 115547f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_parse_dates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_python_parser_only.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_python_parser_only.cpython-311.pyc deleted file mode 100644 index 73d1f74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_python_parser_only.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_quoting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_quoting.cpython-311.pyc deleted file mode 100644 index 75ae967..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_quoting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_read_fwf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_read_fwf.cpython-311.pyc deleted file mode 100644 index 054c53c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_read_fwf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_skiprows.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_skiprows.cpython-311.pyc deleted file mode 100644 index f62144b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_skiprows.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_textreader.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_textreader.cpython-311.pyc deleted file mode 100644 index 0fcf7fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_textreader.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_unsupported.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_unsupported.cpython-311.pyc deleted file mode 100644 index fae50a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_unsupported.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_upcast.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_upcast.cpython-311.pyc deleted file mode 100644 index 2947705..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/__pycache__/test_upcast.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5cbe993..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_chunksize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_chunksize.cpython-311.pyc deleted file mode 100644 index 30b6119..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_chunksize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_common_basic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_common_basic.cpython-311.pyc deleted file mode 100644 index 1ea6767..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_common_basic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_data_list.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_data_list.cpython-311.pyc deleted file mode 100644 index a2950ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_data_list.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_decimal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_decimal.cpython-311.pyc deleted file mode 100644 index fb90ac1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_decimal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_file_buffer_url.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_file_buffer_url.cpython-311.pyc deleted file mode 100644 index 2806d0a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_file_buffer_url.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_float.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_float.cpython-311.pyc deleted file mode 100644 index 147d450..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_float.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_index.cpython-311.pyc deleted file mode 100644 index 2f84d5d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_inf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_inf.cpython-311.pyc deleted file mode 100644 index 8f8b5d1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_inf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_ints.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_ints.cpython-311.pyc deleted file mode 100644 index 9a421d4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_ints.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_iterator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_iterator.cpython-311.pyc deleted file mode 100644 index 616f8ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_iterator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_read_errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_read_errors.cpython-311.pyc deleted file mode 100644 index 176ad35..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_read_errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_verbose.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_verbose.cpython-311.pyc deleted file mode 100644 index f617d8e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/common/__pycache__/test_verbose.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f62176d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index 130a916..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_dtypes_basic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_dtypes_basic.cpython-311.pyc deleted file mode 100644 index 7fe5137..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_dtypes_basic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_empty.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_empty.cpython-311.pyc deleted file mode 100644 index 3cb2ba2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/dtypes/__pycache__/test_empty.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a640fbf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_parse_dates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_parse_dates.cpython-311.pyc deleted file mode 100644 index 55c70e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_parse_dates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_strings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_strings.cpython-311.pyc deleted file mode 100644 index 66d4935..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_strings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_usecols_basic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_usecols_basic.cpython-311.pyc deleted file mode 100644 index 1407a5c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/parser/usecols/__pycache__/test_usecols_basic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c77b0a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/common.cpython-311.pyc deleted file mode 100644 index ef467f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 7e77b41..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_append.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_append.cpython-311.pyc deleted file mode 100644 index 44b08f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_append.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index 57f984c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_compat.cpython-311.pyc deleted file mode 100644 index 5d55f6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_complex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_complex.cpython-311.pyc deleted file mode 100644 index 9ec9d16..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_complex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_errors.cpython-311.pyc deleted file mode 100644 index 1c547de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_file_handling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_file_handling.cpython-311.pyc deleted file mode 100644 index dea83cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_file_handling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_keys.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_keys.cpython-311.pyc deleted file mode 100644 index 254b1ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_keys.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_put.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_put.cpython-311.pyc deleted file mode 100644 index 50a9253..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_put.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_pytables_missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_pytables_missing.cpython-311.pyc deleted file mode 100644 index b28804b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_pytables_missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_read.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_read.cpython-311.pyc deleted file mode 100644 index f600e52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_read.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_retain_attributes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_retain_attributes.cpython-311.pyc deleted file mode 100644 index ffe87c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_retain_attributes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_round_trip.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_round_trip.cpython-311.pyc deleted file mode 100644 index 74dcfb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_round_trip.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_select.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_select.cpython-311.pyc deleted file mode 100644 index 1a7d54d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_select.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_store.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_store.cpython-311.pyc deleted file mode 100644 index a4834d8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_store.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_subclass.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_subclass.cpython-311.pyc deleted file mode 100644 index d8706d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_subclass.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_time_series.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_time_series.cpython-311.pyc deleted file mode 100644 index 6cb0fb1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_time_series.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_timezones.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_timezones.cpython-311.pyc deleted file mode 100644 index 59da4a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/pytables/__pycache__/test_timezones.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index dc2c4d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_byteswap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_byteswap.cpython-311.pyc deleted file mode 100644 index 861d0b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_byteswap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_sas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_sas.cpython-311.pyc deleted file mode 100644 index b362ccc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_sas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_sas7bdat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_sas7bdat.cpython-311.pyc deleted file mode 100644 index 6c3e42d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_sas7bdat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_xport.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_xport.cpython-311.pyc deleted file mode 100644 index 22a52ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/sas/__pycache__/test_xport.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cc0ce3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 5220962..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_to_xml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_to_xml.cpython-311.pyc deleted file mode 100644 index c9b0ddc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_to_xml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_xml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_xml.cpython-311.pyc deleted file mode 100644 index 925e371..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_xml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_xml_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_xml_dtypes.cpython-311.pyc deleted file mode 100644 index 085875c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/io/xml/__pycache__/test_xml_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e91cd18..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_hashtable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_hashtable.cpython-311.pyc deleted file mode 100644 index 37b6132..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_hashtable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 580240f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_lib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_lib.cpython-311.pyc deleted file mode 100644 index 75f4576..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_lib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_libalgos.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_libalgos.cpython-311.pyc deleted file mode 100644 index 334f52b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/libs/__pycache__/test_libalgos.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d7d76ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/common.cpython-311.pyc deleted file mode 100644 index c47c4ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index ae628eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_backend.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_backend.cpython-311.pyc deleted file mode 100644 index 2ea8f56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_backend.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_boxplot_method.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_boxplot_method.cpython-311.pyc deleted file mode 100644 index 319f763..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_boxplot_method.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index 531ff30..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_converter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_converter.cpython-311.pyc deleted file mode 100644 index 332d80d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_converter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_datetimelike.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_datetimelike.cpython-311.pyc deleted file mode 100644 index 9d58cfd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_datetimelike.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_groupby.cpython-311.pyc deleted file mode 100644 index 71acb74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_hist_method.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_hist_method.cpython-311.pyc deleted file mode 100644 index ced4dc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_hist_method.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_misc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_misc.cpython-311.pyc deleted file mode 100644 index 9360ff4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_misc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_series.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_series.cpython-311.pyc deleted file mode 100644 index 403b5ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_series.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_style.cpython-311.pyc deleted file mode 100644 index 920c57f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/__pycache__/test_style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 77f4fd6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame.cpython-311.pyc deleted file mode 100644 index 7312afd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_color.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_color.cpython-311.pyc deleted file mode 100644 index c793fc2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_color.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_groupby.cpython-311.pyc deleted file mode 100644 index 010a269..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_legend.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_legend.cpython-311.pyc deleted file mode 100644 index 10b1a40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_legend.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_subplots.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_subplots.cpython-311.pyc deleted file mode 100644 index e312d4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_frame_subplots.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_hist_box_by.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_hist_box_by.cpython-311.pyc deleted file mode 100644 index fc57f7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/plotting/frame/__pycache__/test_hist_box_by.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e3e465d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index 2580982..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/test_stat_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/test_stat_reductions.cpython-311.pyc deleted file mode 100644 index 05d3693..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reductions/__pycache__/test_stat_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a747aa8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index bef89dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_base.cpython-311.pyc deleted file mode 100644 index 5de41d8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_datetime_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_datetime_index.cpython-311.pyc deleted file mode 100644 index 5a2e5e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_datetime_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_period_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_period_index.cpython-311.pyc deleted file mode 100644 index b480d78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_period_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_resample_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_resample_api.cpython-311.pyc deleted file mode 100644 index eb07f9f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_resample_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_resampler_grouper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_resampler_grouper.cpython-311.pyc deleted file mode 100644 index 9768ff1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_resampler_grouper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_time_grouper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_time_grouper.cpython-311.pyc deleted file mode 100644 index 0ad30a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_time_grouper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_timedelta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_timedelta.cpython-311.pyc deleted file mode 100644 index 19ab0b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/resample/__pycache__/test_timedelta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 07f24f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_crosstab.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_crosstab.cpython-311.pyc deleted file mode 100644 index 1224716..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_crosstab.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_cut.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_cut.cpython-311.pyc deleted file mode 100644 index 33470fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_cut.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_from_dummies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_from_dummies.cpython-311.pyc deleted file mode 100644 index 1ba87ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_from_dummies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_get_dummies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_get_dummies.cpython-311.pyc deleted file mode 100644 index 91de7ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_get_dummies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_melt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_melt.cpython-311.pyc deleted file mode 100644 index c4be86f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_melt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_pivot.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_pivot.cpython-311.pyc deleted file mode 100644 index c0f39d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_pivot.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_pivot_multilevel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_pivot_multilevel.cpython-311.pyc deleted file mode 100644 index 48792eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_pivot_multilevel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_qcut.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_qcut.cpython-311.pyc deleted file mode 100644 index c6a0e90..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_qcut.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_union_categoricals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_union_categoricals.cpython-311.pyc deleted file mode 100644 index 2c5937f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_union_categoricals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_util.cpython-311.pyc deleted file mode 100644 index 07f4255..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/__pycache__/test_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a7c9f45..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 3bfc999..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_append.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_append.cpython-311.pyc deleted file mode 100644 index 7344c4c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_append.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_append_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_append_common.cpython-311.pyc deleted file mode 100644 index cd80a27..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_append_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_categorical.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_categorical.cpython-311.pyc deleted file mode 100644 index 71894ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_categorical.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_concat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_concat.cpython-311.pyc deleted file mode 100644 index db00131..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_concat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_dataframe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_dataframe.cpython-311.pyc deleted file mode 100644 index 1f45ac5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_dataframe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_datetimes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_datetimes.cpython-311.pyc deleted file mode 100644 index 068edf7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_datetimes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_empty.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_empty.cpython-311.pyc deleted file mode 100644 index 29f0ee2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_empty.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_index.cpython-311.pyc deleted file mode 100644 index 02df171..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_invalid.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_invalid.cpython-311.pyc deleted file mode 100644 index 1b19e55..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_invalid.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_series.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_series.cpython-311.pyc deleted file mode 100644 index 72b5a93..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_series.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_sort.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_sort.cpython-311.pyc deleted file mode 100644 index de9f1a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/concat/__pycache__/test_sort.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e97dff9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_join.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_join.cpython-311.pyc deleted file mode 100644 index 521194a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_join.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge.cpython-311.pyc deleted file mode 100644 index 581a535..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_asof.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_asof.cpython-311.pyc deleted file mode 100644 index 9653df0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_asof.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_cross.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_cross.cpython-311.pyc deleted file mode 100644 index 4cac92b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_cross.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_index_as_string.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_index_as_string.cpython-311.pyc deleted file mode 100644 index 5f720f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_index_as_string.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_ordered.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_ordered.cpython-311.pyc deleted file mode 100644 index df35a22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_merge_ordered.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_multi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_multi.cpython-311.pyc deleted file mode 100644 index 5a2fa1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/reshape/merge/__pycache__/test_multi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4727436..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/test_na_scalar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/test_na_scalar.cpython-311.pyc deleted file mode 100644 index e0d4224..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/test_na_scalar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/test_nat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/test_nat.cpython-311.pyc deleted file mode 100644 index 7472afe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/__pycache__/test_nat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d96ab00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 452de87..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 660c9b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_contains.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_contains.cpython-311.pyc deleted file mode 100644 index 2df9aa1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_contains.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 3e660f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_interval.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_interval.cpython-311.pyc deleted file mode 100644 index 19f4093..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_interval.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_overlaps.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_overlaps.cpython-311.pyc deleted file mode 100644 index 91dc53a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/interval/__pycache__/test_overlaps.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e9ed806..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index b242749..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_asfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_asfreq.cpython-311.pyc deleted file mode 100644 index 004c175..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_asfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_period.cpython-311.pyc deleted file mode 100644 index 05b731e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/period/__pycache__/test_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f03221b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 3caa13b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 6ea0cc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 0600610..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_timedelta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_timedelta.cpython-311.pyc deleted file mode 100644 index 3d6ae5e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/__pycache__/test_timedelta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 504d1ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/test_as_unit.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/test_as_unit.cpython-311.pyc deleted file mode 100644 index b4735be..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/test_as_unit.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/test_round.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/test_round.cpython-311.pyc deleted file mode 100644 index 1afea59..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timedelta/methods/__pycache__/test_round.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8dc661c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 0abd3f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_comparisons.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_comparisons.cpython-311.pyc deleted file mode 100644 index 505432a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_comparisons.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index a9b0321..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index 73b6692..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_timestamp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_timestamp.cpython-311.pyc deleted file mode 100644 index f4c4366..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_timestamp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_timezones.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_timezones.cpython-311.pyc deleted file mode 100644 index 48219c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/__pycache__/test_timezones.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9c7c28d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_as_unit.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_as_unit.cpython-311.pyc deleted file mode 100644 index a832915..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_as_unit.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_normalize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_normalize.cpython-311.pyc deleted file mode 100644 index c1bb272..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_normalize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_replace.cpython-311.pyc deleted file mode 100644 index 46ef215..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_round.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_round.cpython-311.pyc deleted file mode 100644 index 441146f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_round.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_timestamp_method.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_timestamp_method.cpython-311.pyc deleted file mode 100644 index e31c635..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_timestamp_method.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_to_julian_date.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_to_julian_date.cpython-311.pyc deleted file mode 100644 index 0019aa7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_to_julian_date.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_to_pydatetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_to_pydatetime.cpython-311.pyc deleted file mode 100644 index be0f667..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_to_pydatetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_tz_convert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_tz_convert.cpython-311.pyc deleted file mode 100644 index f227f8d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_tz_convert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_tz_localize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_tz_localize.cpython-311.pyc deleted file mode 100644 index e9ee339..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/scalar/timestamp/methods/__pycache__/test_tz_localize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b41d686..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index 6ec5e4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_arithmetic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_arithmetic.cpython-311.pyc deleted file mode 100644 index 4040193..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_arithmetic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_constructors.cpython-311.pyc deleted file mode 100644 index 94f7f2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_cumulative.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_cumulative.cpython-311.pyc deleted file mode 100644 index 344af3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_cumulative.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_formats.cpython-311.pyc deleted file mode 100644 index ad58b2a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_iteration.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_iteration.cpython-311.pyc deleted file mode 100644 index 93ff207..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_iteration.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_logical_ops.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_logical_ops.cpython-311.pyc deleted file mode 100644 index 81ea2d2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_logical_ops.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_missing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_missing.cpython-311.pyc deleted file mode 100644 index 4ca5228..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_missing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_npfuncs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_npfuncs.cpython-311.pyc deleted file mode 100644 index 412db42..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_npfuncs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_reductions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_reductions.cpython-311.pyc deleted file mode 100644 index 87843e8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_reductions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_subclass.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_subclass.cpython-311.pyc deleted file mode 100644 index f75caa8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_subclass.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_ufunc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_ufunc.cpython-311.pyc deleted file mode 100644 index cc63d6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_ufunc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_unary.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_unary.cpython-311.pyc deleted file mode 100644 index 6aa42a5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_unary.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_validate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_validate.cpython-311.pyc deleted file mode 100644 index e280dc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/__pycache__/test_validate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cdbd934..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_cat_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_cat_accessor.cpython-311.pyc deleted file mode 100644 index 1e266ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_cat_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_dt_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_dt_accessor.cpython-311.pyc deleted file mode 100644 index b10f64e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_dt_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_list_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_list_accessor.cpython-311.pyc deleted file mode 100644 index 3c374b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_list_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_sparse_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_sparse_accessor.cpython-311.pyc deleted file mode 100644 index 560a325..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_sparse_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_str_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_str_accessor.cpython-311.pyc deleted file mode 100644 index 4a6a0cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_str_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_struct_accessor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_struct_accessor.cpython-311.pyc deleted file mode 100644 index 067b79a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/accessors/__pycache__/test_struct_accessor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fa9bbf6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_datetime.cpython-311.pyc deleted file mode 100644 index c5f456f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_delitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_delitem.cpython-311.pyc deleted file mode 100644 index 78d3dd9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_delitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_get.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_get.cpython-311.pyc deleted file mode 100644 index 7eef953..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_get.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_getitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_getitem.cpython-311.pyc deleted file mode 100644 index 3b243e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_getitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_indexing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_indexing.cpython-311.pyc deleted file mode 100644 index 24d9fdb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_indexing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_mask.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_mask.cpython-311.pyc deleted file mode 100644 index 278c9d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_mask.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_set_value.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_set_value.cpython-311.pyc deleted file mode 100644 index 3d9b2c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_set_value.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_setitem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_setitem.cpython-311.pyc deleted file mode 100644 index f0990a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_setitem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_take.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_take.cpython-311.pyc deleted file mode 100644 index 70d3dc1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_take.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_where.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_where.cpython-311.pyc deleted file mode 100644 index 26d1dd1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_where.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_xs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_xs.cpython-311.pyc deleted file mode 100644 index bbc24a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/indexing/__pycache__/test_xs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 57e9c1a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_add_prefix_suffix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_add_prefix_suffix.cpython-311.pyc deleted file mode 100644 index a692891..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_add_prefix_suffix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_align.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_align.cpython-311.pyc deleted file mode 100644 index 4f1f7ef..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_align.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_argsort.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_argsort.cpython-311.pyc deleted file mode 100644 index fed7bc5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_argsort.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_asof.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_asof.cpython-311.pyc deleted file mode 100644 index 0816cb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_asof.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_astype.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_astype.cpython-311.pyc deleted file mode 100644 index 805086b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_astype.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_autocorr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_autocorr.cpython-311.pyc deleted file mode 100644 index ce61c36..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_autocorr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_between.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_between.cpython-311.pyc deleted file mode 100644 index a912b2b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_between.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_case_when.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_case_when.cpython-311.pyc deleted file mode 100644 index 80b28af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_case_when.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_clip.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_clip.cpython-311.pyc deleted file mode 100644 index 3107549..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_clip.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_combine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_combine.cpython-311.pyc deleted file mode 100644 index 0385c59..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_combine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_combine_first.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_combine_first.cpython-311.pyc deleted file mode 100644 index a68d70a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_combine_first.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_compare.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_compare.cpython-311.pyc deleted file mode 100644 index 9186da4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_compare.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_convert_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_convert_dtypes.cpython-311.pyc deleted file mode 100644 index 7690e2f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_convert_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_copy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_copy.cpython-311.pyc deleted file mode 100644 index 7d7fd10..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_copy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_count.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_count.cpython-311.pyc deleted file mode 100644 index ba07649..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_count.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_cov_corr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_cov_corr.cpython-311.pyc deleted file mode 100644 index d95baa8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_cov_corr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_describe.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_describe.cpython-311.pyc deleted file mode 100644 index 308bdc5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_describe.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_diff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_diff.cpython-311.pyc deleted file mode 100644 index 96d9270..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_diff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_drop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_drop.cpython-311.pyc deleted file mode 100644 index 8f330d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_drop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_drop_duplicates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_drop_duplicates.cpython-311.pyc deleted file mode 100644 index e04e742..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_drop_duplicates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_dropna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_dropna.cpython-311.pyc deleted file mode 100644 index e75ec36..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_dropna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_dtypes.cpython-311.pyc deleted file mode 100644 index 46eb56c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_duplicated.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_duplicated.cpython-311.pyc deleted file mode 100644 index da5f1c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_duplicated.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_equals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_equals.cpython-311.pyc deleted file mode 100644 index 5853d66..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_equals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_explode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_explode.cpython-311.pyc deleted file mode 100644 index 2463211..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_explode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_fillna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_fillna.cpython-311.pyc deleted file mode 100644 index eab14ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_fillna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_get_numeric_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_get_numeric_data.cpython-311.pyc deleted file mode 100644 index fa5d157..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_get_numeric_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_head_tail.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_head_tail.cpython-311.pyc deleted file mode 100644 index e78e643..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_head_tail.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_infer_objects.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_infer_objects.cpython-311.pyc deleted file mode 100644 index 97e711e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_infer_objects.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_info.cpython-311.pyc deleted file mode 100644 index c1007b9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_interpolate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_interpolate.cpython-311.pyc deleted file mode 100644 index 9aa61b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_interpolate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_is_monotonic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_is_monotonic.cpython-311.pyc deleted file mode 100644 index 140db8c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_is_monotonic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_is_unique.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_is_unique.cpython-311.pyc deleted file mode 100644 index b7727cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_is_unique.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_isin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_isin.cpython-311.pyc deleted file mode 100644 index 124d9c2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_isin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_isna.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_isna.cpython-311.pyc deleted file mode 100644 index 416b419..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_isna.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_item.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_item.cpython-311.pyc deleted file mode 100644 index 5284523..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_item.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_map.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_map.cpython-311.pyc deleted file mode 100644 index 454eea4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_map.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_matmul.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_matmul.cpython-311.pyc deleted file mode 100644 index 2a60961..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_matmul.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_nlargest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_nlargest.cpython-311.pyc deleted file mode 100644 index 60beab5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_nlargest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_nunique.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_nunique.cpython-311.pyc deleted file mode 100644 index ff6d4c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_nunique.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_pct_change.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_pct_change.cpython-311.pyc deleted file mode 100644 index dfc6d65..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_pct_change.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_pop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_pop.cpython-311.pyc deleted file mode 100644 index ed3cea9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_pop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_quantile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_quantile.cpython-311.pyc deleted file mode 100644 index 0a1263d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_quantile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rank.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rank.cpython-311.pyc deleted file mode 100644 index c244cdb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rank.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reindex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reindex.cpython-311.pyc deleted file mode 100644 index 5859526..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reindex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reindex_like.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reindex_like.cpython-311.pyc deleted file mode 100644 index b06af05..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reindex_like.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rename.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rename.cpython-311.pyc deleted file mode 100644 index 2faa2ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rename.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rename_axis.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rename_axis.cpython-311.pyc deleted file mode 100644 index 80381a5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_rename_axis.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_repeat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_repeat.cpython-311.pyc deleted file mode 100644 index f8c06d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_repeat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_replace.cpython-311.pyc deleted file mode 100644 index 6eff26d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reset_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reset_index.cpython-311.pyc deleted file mode 100644 index db6ef1a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_reset_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_round.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_round.cpython-311.pyc deleted file mode 100644 index c1d37b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_round.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_searchsorted.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_searchsorted.cpython-311.pyc deleted file mode 100644 index 3cc71fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_searchsorted.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_set_name.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_set_name.cpython-311.pyc deleted file mode 100644 index abe7461..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_set_name.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_size.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_size.cpython-311.pyc deleted file mode 100644 index c9bcda9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_size.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_sort_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_sort_index.cpython-311.pyc deleted file mode 100644 index 0593186..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_sort_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_sort_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_sort_values.cpython-311.pyc deleted file mode 100644 index 2867d92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_sort_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_csv.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_csv.cpython-311.pyc deleted file mode 100644 index 0414f9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_csv.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_dict.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_dict.cpython-311.pyc deleted file mode 100644 index 17c7814..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_dict.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_frame.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_frame.cpython-311.pyc deleted file mode 100644 index 9e9a293..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_frame.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_numpy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_numpy.cpython-311.pyc deleted file mode 100644 index 3fa4621..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_to_numpy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_tolist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_tolist.cpython-311.pyc deleted file mode 100644 index 4cb3d69..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_tolist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_truncate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_truncate.cpython-311.pyc deleted file mode 100644 index 6794438..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_truncate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_tz_localize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_tz_localize.cpython-311.pyc deleted file mode 100644 index f3fd082..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_tz_localize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_unique.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_unique.cpython-311.pyc deleted file mode 100644 index b31748b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_unique.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_unstack.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_unstack.cpython-311.pyc deleted file mode 100644 index 452a861..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_unstack.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_update.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_update.cpython-311.pyc deleted file mode 100644 index b180da5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_update.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_value_counts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_value_counts.cpython-311.pyc deleted file mode 100644 index ccee0f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_value_counts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_values.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_values.cpython-311.pyc deleted file mode 100644 index 921a0d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_values.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_view.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_view.cpython-311.pyc deleted file mode 100644 index dcdc4e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/series/methods/__pycache__/test_view.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9a54402..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index a82ec1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index 9c3c7dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_case_justify.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_case_justify.cpython-311.pyc deleted file mode 100644 index a3d855f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_case_justify.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_cat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_cat.cpython-311.pyc deleted file mode 100644 index 3ad00d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_cat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_extract.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_extract.cpython-311.pyc deleted file mode 100644 index 0199061..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_extract.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_find_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_find_replace.cpython-311.pyc deleted file mode 100644 index d4b0cca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_find_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_get_dummies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_get_dummies.cpython-311.pyc deleted file mode 100644 index e79179b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_get_dummies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_split_partition.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_split_partition.cpython-311.pyc deleted file mode 100644 index 611dbd2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_split_partition.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_string_array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_string_array.cpython-311.pyc deleted file mode 100644 index f5b4aa5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_string_array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_strings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_strings.cpython-311.pyc deleted file mode 100644 index b16c890..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/strings/__pycache__/test_strings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 83c3b43..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_datetime.cpython-311.pyc deleted file mode 100644 index 8b1414b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_numeric.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_numeric.cpython-311.pyc deleted file mode 100644 index 13c2579..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_numeric.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_time.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_time.cpython-311.pyc deleted file mode 100644 index 0d3f95c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_time.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_timedelta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_timedelta.cpython-311.pyc deleted file mode 100644 index 00d2ed5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tools/__pycache__/test_to_timedelta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index df109dc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4366ebe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_freq_code.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_freq_code.cpython-311.pyc deleted file mode 100644 index f7adb40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_freq_code.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_frequencies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_frequencies.cpython-311.pyc deleted file mode 100644 index b1533ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_frequencies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_inference.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_inference.cpython-311.pyc deleted file mode 100644 index 3243fc3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/frequencies/__pycache__/test_inference.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6ff54cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_calendar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_calendar.cpython-311.pyc deleted file mode 100644 index 40682a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_calendar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_federal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_federal.cpython-311.pyc deleted file mode 100644 index 13a8a54..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_federal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_holiday.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_holiday.cpython-311.pyc deleted file mode 100644 index e2a1616..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_holiday.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_observance.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_observance.cpython-311.pyc deleted file mode 100644 index 37d5683..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/holiday/__pycache__/test_observance.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 90fba5c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/common.cpython-311.pyc deleted file mode 100644 index 6461193..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_day.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_day.cpython-311.pyc deleted file mode 100644 index 4eabcb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_day.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_hour.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_hour.cpython-311.pyc deleted file mode 100644 index bf791e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_hour.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_month.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_month.cpython-311.pyc deleted file mode 100644 index 1b5233f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_month.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_quarter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_quarter.cpython-311.pyc deleted file mode 100644 index 21f404a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_quarter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_year.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_year.cpython-311.pyc deleted file mode 100644 index 71c884f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_business_year.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_common.cpython-311.pyc deleted file mode 100644 index 49957b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_day.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_day.cpython-311.pyc deleted file mode 100644 index 7dd0127..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_day.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_hour.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_hour.cpython-311.pyc deleted file mode 100644 index d511c13..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_hour.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_month.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_month.cpython-311.pyc deleted file mode 100644 index b9f199e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_custom_business_month.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_dst.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_dst.cpython-311.pyc deleted file mode 100644 index c3997b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_dst.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_easter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_easter.cpython-311.pyc deleted file mode 100644 index 21b44cf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_easter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_fiscal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_fiscal.cpython-311.pyc deleted file mode 100644 index 9524002..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_fiscal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_index.cpython-311.pyc deleted file mode 100644 index b0ebd21..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_month.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_month.cpython-311.pyc deleted file mode 100644 index 3b8c116..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_month.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_offsets.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_offsets.cpython-311.pyc deleted file mode 100644 index 9d320b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_offsets.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_offsets_properties.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_offsets_properties.cpython-311.pyc deleted file mode 100644 index 4faf5cf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_offsets_properties.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_quarter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_quarter.cpython-311.pyc deleted file mode 100644 index 6866770..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_quarter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_ticks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_ticks.cpython-311.pyc deleted file mode 100644 index 031fd6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_ticks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_week.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_week.cpython-311.pyc deleted file mode 100644 index b927ddd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_week.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_year.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_year.cpython-311.pyc deleted file mode 100644 index 6d2c441..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tseries/offsets/__pycache__/test_year.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cf4ef33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index 23f1df7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_array_to_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_array_to_datetime.cpython-311.pyc deleted file mode 100644 index 3c9db78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_array_to_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_ccalendar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_ccalendar.cpython-311.pyc deleted file mode 100644 index fbed171..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_ccalendar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_conversion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_conversion.cpython-311.pyc deleted file mode 100644 index 3e8697b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_conversion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_fields.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_fields.cpython-311.pyc deleted file mode 100644 index fbda13a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_fields.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_libfrequencies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_libfrequencies.cpython-311.pyc deleted file mode 100644 index 3d6abfe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_libfrequencies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_liboffsets.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_liboffsets.cpython-311.pyc deleted file mode 100644 index fbbed67..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_liboffsets.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_np_datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_np_datetime.cpython-311.pyc deleted file mode 100644 index 1478209..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_np_datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_npy_units.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_npy_units.cpython-311.pyc deleted file mode 100644 index 52bd350..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_npy_units.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_parse_iso8601.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_parse_iso8601.cpython-311.pyc deleted file mode 100644 index 7b139e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_parse_iso8601.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_parsing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_parsing.cpython-311.pyc deleted file mode 100644 index 2a84254..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_parsing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_period.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_period.cpython-311.pyc deleted file mode 100644 index e9ff122..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_period.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_resolution.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_resolution.cpython-311.pyc deleted file mode 100644 index 8e4a741..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_resolution.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_strptime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_strptime.cpython-311.pyc deleted file mode 100644 index e6995b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_strptime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_timedeltas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_timedeltas.cpython-311.pyc deleted file mode 100644 index 56ccc70..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_timedeltas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_timezones.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_timezones.cpython-311.pyc deleted file mode 100644 index 67de9bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_timezones.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_to_offset.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_to_offset.cpython-311.pyc deleted file mode 100644 index d0c81ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_to_offset.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_tzconversion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_tzconversion.cpython-311.pyc deleted file mode 100644 index 2ca21e9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/tslibs/__pycache__/test_tzconversion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 969c68f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 216ccea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_almost_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_almost_equal.cpython-311.pyc deleted file mode 100644 index 4e8781a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_almost_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_attr_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_attr_equal.cpython-311.pyc deleted file mode 100644 index 03c28b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_attr_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_categorical_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_categorical_equal.cpython-311.pyc deleted file mode 100644 index 9e17cd6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_categorical_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_extension_array_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_extension_array_equal.cpython-311.pyc deleted file mode 100644 index 1638a25..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_extension_array_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_frame_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_frame_equal.cpython-311.pyc deleted file mode 100644 index d7cc577..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_frame_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_index_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_index_equal.cpython-311.pyc deleted file mode 100644 index 3ec8aaa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_index_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_interval_array_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_interval_array_equal.cpython-311.pyc deleted file mode 100644 index 275bb70..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_interval_array_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_numpy_array_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_numpy_array_equal.cpython-311.pyc deleted file mode 100644 index 1ee70a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_numpy_array_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_produces_warning.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_produces_warning.cpython-311.pyc deleted file mode 100644 index 2b3bf79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_produces_warning.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_series_equal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_series_equal.cpython-311.pyc deleted file mode 100644 index c0ea450..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_assert_series_equal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate.cpython-311.pyc deleted file mode 100644 index ed7cab8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate_kwarg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate_kwarg.cpython-311.pyc deleted file mode 100644 index b31b022..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate_kwarg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate_nonkeyword_arguments.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate_nonkeyword_arguments.cpython-311.pyc deleted file mode 100644 index 2c76936..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_deprecate_nonkeyword_arguments.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_doc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_doc.cpython-311.pyc deleted file mode 100644 index e2044c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_doc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_hashing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_hashing.cpython-311.pyc deleted file mode 100644 index e9fa7fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_hashing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_numba.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_numba.cpython-311.pyc deleted file mode 100644 index 0e79621..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_numba.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_rewrite_warning.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_rewrite_warning.cpython-311.pyc deleted file mode 100644 index e8a7aa6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_rewrite_warning.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_shares_memory.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_shares_memory.cpython-311.pyc deleted file mode 100644 index 2e7b157..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_shares_memory.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_show_versions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_show_versions.cpython-311.pyc deleted file mode 100644 index 0c745bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_show_versions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_util.cpython-311.pyc deleted file mode 100644 index 457887c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_args.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_args.cpython-311.pyc deleted file mode 100644 index 41a9d49..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_args.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_args_and_kwargs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_args_and_kwargs.cpython-311.pyc deleted file mode 100644 index 236f328..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_args_and_kwargs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_inclusive.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_inclusive.cpython-311.pyc deleted file mode 100644 index fede9c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_inclusive.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_kwargs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_kwargs.cpython-311.pyc deleted file mode 100644 index 870d1f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/util/__pycache__/test_validate_kwargs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 87aa1d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 3496902..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_api.cpython-311.pyc deleted file mode 100644 index a29186a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_apply.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_apply.cpython-311.pyc deleted file mode 100644 index 84fbef3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_apply.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_base_indexer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_base_indexer.cpython-311.pyc deleted file mode 100644 index 1699bd2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_base_indexer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_cython_aggregations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_cython_aggregations.cpython-311.pyc deleted file mode 100644 index 7594016..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_cython_aggregations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_dtypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_dtypes.cpython-311.pyc deleted file mode 100644 index 3bea9ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_dtypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_ewm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_ewm.cpython-311.pyc deleted file mode 100644 index df2683c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_ewm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_expanding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_expanding.cpython-311.pyc deleted file mode 100644 index ca46b8f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_expanding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_groupby.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_groupby.cpython-311.pyc deleted file mode 100644 index 0f624b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_groupby.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_numba.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_numba.cpython-311.pyc deleted file mode 100644 index d884bb4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_numba.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_online.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_online.cpython-311.pyc deleted file mode 100644 index 6bff1aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_online.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_pairwise.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_pairwise.cpython-311.pyc deleted file mode 100644 index 5a14db4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_pairwise.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling.cpython-311.pyc deleted file mode 100644 index d569065..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_functions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_functions.cpython-311.pyc deleted file mode 100644 index 3a5e4cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_functions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_quantile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_quantile.cpython-311.pyc deleted file mode 100644 index 8d49a55..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_quantile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_skew_kurt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_skew_kurt.cpython-311.pyc deleted file mode 100644 index 54912a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_rolling_skew_kurt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_timeseries_window.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_timeseries_window.cpython-311.pyc deleted file mode 100644 index cb3bbc4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_timeseries_window.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_win_type.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_win_type.cpython-311.pyc deleted file mode 100644 index 15f9360..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/__pycache__/test_win_type.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3195d78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/conftest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/conftest.cpython-311.pyc deleted file mode 100644 index 0a44706..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/conftest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_ewm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_ewm.cpython-311.pyc deleted file mode 100644 index 3b78603..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_ewm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_expanding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_expanding.cpython-311.pyc deleted file mode 100644 index 4fec0d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_expanding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_rolling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_rolling.cpython-311.pyc deleted file mode 100644 index 2474722..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tests/window/moments/__pycache__/test_moments_consistency_rolling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6df0cb3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 38a5a50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/frequencies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/frequencies.cpython-311.pyc deleted file mode 100644 index d99470d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/frequencies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/holiday.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/holiday.cpython-311.pyc deleted file mode 100644 index 75c6e4f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/holiday.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/offsets.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/offsets.cpython-311.pyc deleted file mode 100644 index 6bd9925..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/tseries/__pycache__/offsets.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d349439..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_decorators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_decorators.cpython-311.pyc deleted file mode 100644 index 3fbe76b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_decorators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_doctools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_doctools.cpython-311.pyc deleted file mode 100644 index d22450d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_doctools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_exceptions.cpython-311.pyc deleted file mode 100644 index e2ada2e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_print_versions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_print_versions.cpython-311.pyc deleted file mode 100644 index a2563c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_print_versions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_test_decorators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_test_decorators.cpython-311.pyc deleted file mode 100644 index f133a44..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_test_decorators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_tester.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_tester.cpython-311.pyc deleted file mode 100644 index 2b3bc70..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_tester.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_validators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_validators.cpython-311.pyc deleted file mode 100644 index 289eb46..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/__pycache__/_validators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pandas/util/version/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pandas/util/version/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a7a13ac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pandas/util/version/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d663340..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 20a4087..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc deleted file mode 100644 index 72c8e45..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3581e4c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc deleted file mode 100644 index 0cd1129..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc deleted file mode 100644 index cbd3372..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc deleted file mode 100644 index 8bd39cd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index ca98751..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc deleted file mode 100644 index e2bfaeb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc deleted file mode 100644 index 47928c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc deleted file mode 100644 index acbc7b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc deleted file mode 100644 index 6bd24ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fce080f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc deleted file mode 100644 index 4cd9bb1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc deleted file mode 100644 index fdd09e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc deleted file mode 100644 index bbead08..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc deleted file mode 100644 index e620af1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc deleted file mode 100644 index 6ab6e11..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc deleted file mode 100644 index a54313e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc deleted file mode 100644 index f8323f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc deleted file mode 100644 index ea26bb5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc deleted file mode 100644 index 7d18e98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc deleted file mode 100644 index e66b898..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc deleted file mode 100644 index 25bcf98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 784286d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc deleted file mode 100644 index 3581bde..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc deleted file mode 100644 index a52981e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc deleted file mode 100644 index 4184540..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc deleted file mode 100644 index e19e676..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc deleted file mode 100644 index c688a52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc deleted file mode 100644 index 2e07854..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc deleted file mode 100644 index 99862ae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc deleted file mode 100644 index b7cff00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc deleted file mode 100644 index 15b1d7b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc deleted file mode 100644 index 3bbd495..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc deleted file mode 100644 index 3cbf902..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc deleted file mode 100644 index e2a6235..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc deleted file mode 100644 index 962a05d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc deleted file mode 100644 index 3d79fe6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc deleted file mode 100644 index 8e05b34..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc deleted file mode 100644 index 678ecc1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index bf8de84..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 75d24c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc deleted file mode 100644 index a9e5abd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc deleted file mode 100644 index 83340b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc deleted file mode 100644 index accc23b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index 5933334..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 938c322..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc deleted file mode 100644 index 8f230b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc deleted file mode 100644 index e3ebda1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc deleted file mode 100644 index bb46b26..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a3d056d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc deleted file mode 100644 index 97ac718..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc deleted file mode 100644 index 9b041f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc deleted file mode 100644 index b220f8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ba6f95d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc deleted file mode 100644 index c428847..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc deleted file mode 100644 index e08170d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc deleted file mode 100644 index 85ef252..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b8aabbc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc deleted file mode 100644 index cba66cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc deleted file mode 100644 index c75c7dc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc deleted file mode 100644 index 011a1b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index baffdf2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc deleted file mode 100644 index fb11ff1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc deleted file mode 100644 index 8cedba9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc deleted file mode 100644 index 9d86937..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc deleted file mode 100644 index 3adb184..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc deleted file mode 100644 index e11184e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc deleted file mode 100644 index e7f5810..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc deleted file mode 100644 index 5078b04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc deleted file mode 100644 index 71a4ee6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc deleted file mode 100644 index b85f659..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc deleted file mode 100644 index 2bcaa08..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index f7f37ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 35d8a52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc deleted file mode 100644 index a9983a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc deleted file mode 100644 index 3346b6e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc deleted file mode 100644 index 9fb7f12..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc deleted file mode 100644 index ddb1fe0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc deleted file mode 100644 index feab8b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 2d22f75..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc deleted file mode 100644 index 712aa9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d851b9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc deleted file mode 100644 index 2c7aeed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc deleted file mode 100644 index 4fd45a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc deleted file mode 100644 index 452c36c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7c36c30..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc deleted file mode 100644 index 4f5af36..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc deleted file mode 100644 index debdfec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc deleted file mode 100644 index 1409837..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc deleted file mode 100644 index 0777b8c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index 80f1a5b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc deleted file mode 100644 index 5140d00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc deleted file mode 100644 index a510756..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8394462..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc deleted file mode 100644 index 0aec692..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc deleted file mode 100644 index 1084a99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index e5344f0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4d0254d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc deleted file mode 100644 index 0ef160f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc deleted file mode 100644 index 7c0c9e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc deleted file mode 100644 index 0a14ae6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc deleted file mode 100644 index 2f12cc6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc deleted file mode 100644 index 6350e92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 798cac7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 3b7d7f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a05f5c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc deleted file mode 100644 index e11bd17..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fdd6d56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc deleted file mode 100644 index ca930ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc deleted file mode 100644 index 8aa73a0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc deleted file mode 100644 index 3a5268b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc deleted file mode 100644 index 399f4ff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc deleted file mode 100644 index b755400..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc deleted file mode 100644 index 97e1448..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc deleted file mode 100644 index 0e8db00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc deleted file mode 100644 index 2c34e04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2dcdc92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc deleted file mode 100644 index befa4f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc deleted file mode 100644 index 6706dde..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index 268e9a0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc deleted file mode 100644 index 471550e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc deleted file mode 100644 index 0976ebc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc deleted file mode 100644 index fe7d70a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc deleted file mode 100644 index ad5b4e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc deleted file mode 100644 index e370ad9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc deleted file mode 100644 index 864886d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc deleted file mode 100644 index f66b4cf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc deleted file mode 100644 index eff2dc8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc deleted file mode 100644 index 3b74e6b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc deleted file mode 100644 index a1131a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc deleted file mode 100644 index 0e5c73d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc deleted file mode 100644 index 5588101..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc deleted file mode 100644 index fa3ebc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc deleted file mode 100644 index 511e08d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc deleted file mode 100644 index 21ebacb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc deleted file mode 100644 index 9b822ab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc deleted file mode 100644 index 0daa152..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc deleted file mode 100644 index f21e511..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc deleted file mode 100644 index fcde84e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc deleted file mode 100644 index a7e241f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc deleted file mode 100644 index a08dea4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc deleted file mode 100644 index 9339385..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc deleted file mode 100644 index 8ba7fab..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index 81cb3da..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ee95e32..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc deleted file mode 100644 index 6a3adf6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc deleted file mode 100644 index 57c0234..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc deleted file mode 100644 index 711c602..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc deleted file mode 100644 index e2a3cec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc deleted file mode 100644 index e2c775a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 95e1190..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc deleted file mode 100644 index 7ef59c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc deleted file mode 100644 index c2d34cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 621316f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc deleted file mode 100644 index bb9f436..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc deleted file mode 100644 index c635f6c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc deleted file mode 100644 index 09fdf00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index a7bd7d1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc deleted file mode 100644 index 6da8aaa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc deleted file mode 100644 index d453164..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc deleted file mode 100644 index cd5242f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc deleted file mode 100644 index 91de667..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc deleted file mode 100644 index 8148e4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 832844e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc deleted file mode 100644 index f3aaf67..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc deleted file mode 100644 index 0621a38..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7a58a47..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index c63b956..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 77939cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index af8c990..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc deleted file mode 100644 index 9faf6f8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc deleted file mode 100644 index 3acad99..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc deleted file mode 100644 index 781da0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc deleted file mode 100644 index 14b4ccc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc deleted file mode 100644 index def47a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc deleted file mode 100644 index 4db0de1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc deleted file mode 100644 index b9bdec8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc deleted file mode 100644 index 652fd25..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc deleted file mode 100644 index e37c1e2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc deleted file mode 100644 index 83b5df3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc deleted file mode 100644 index 91de76d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc deleted file mode 100644 index cdede86..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc deleted file mode 100644 index 3e3066f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc deleted file mode 100644 index f398c3d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc deleted file mode 100644 index 707ab09..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc deleted file mode 100644 index e8130ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc deleted file mode 100644 index 5cf93f6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc deleted file mode 100644 index 9e7d80c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc deleted file mode 100644 index e31708a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc deleted file mode 100644 index 83be177..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc deleted file mode 100644 index 19a193e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc deleted file mode 100644 index f37d02c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc deleted file mode 100644 index 742dc40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc deleted file mode 100644 index d44a258..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc deleted file mode 100644 index cc3120a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc deleted file mode 100644 index 1f0536a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc deleted file mode 100644 index 7be00c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc deleted file mode 100644 index 3228101..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc deleted file mode 100644 index 4b1a58b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc deleted file mode 100644 index 08313dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc deleted file mode 100644 index 5b8ad92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc deleted file mode 100644 index 9abbbd0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc deleted file mode 100644 index c4fdeda..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc deleted file mode 100644 index 9c7eccb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc deleted file mode 100644 index a06edbc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc deleted file mode 100644 index 80fc1e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc deleted file mode 100644 index 30e4a22..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc deleted file mode 100644 index a67b507..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc deleted file mode 100644 index eb20a41..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc deleted file mode 100644 index 0cb7800..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc deleted file mode 100644 index f85d674..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc deleted file mode 100644 index c6ecb4d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 7c7946b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1dbf04a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc deleted file mode 100644 index 2c96de8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cf87042..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc deleted file mode 100644 index 8ebe1b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3858913..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc deleted file mode 100644 index ab7024c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc deleted file mode 100644 index e52098b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc deleted file mode 100644 index 48a53c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc deleted file mode 100644 index 93b2fca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc deleted file mode 100644 index 286270a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index dbdcf52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc deleted file mode 100644 index 703fd78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc deleted file mode 100644 index 1146672..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc deleted file mode 100644 index 46f9d0b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc deleted file mode 100644 index 47a65d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 9436de9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc deleted file mode 100644 index 5cb9f71..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9b93cfe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index 4afed7c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc deleted file mode 100644 index 608522c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc deleted file mode 100644 index 367c81c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc deleted file mode 100644 index 7ae14b9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc deleted file mode 100644 index 168c80e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc deleted file mode 100644 index d0d3207..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc deleted file mode 100644 index a16d56b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc deleted file mode 100644 index 6ebfd92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc deleted file mode 100644 index 0ca9629..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 16dcd0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 089b631..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index 7a4db48..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b5522d4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 0d95cb9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc deleted file mode 100644 index 6054f70..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5152efe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc deleted file mode 100644 index 5044df3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index 44a86c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 7bd77fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc deleted file mode 100644 index 29237c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc deleted file mode 100644 index 27b7ed4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc deleted file mode 100644 index 2eb164b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc deleted file mode 100644 index c8586a0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 06b5c8b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index d2fd9ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc deleted file mode 100644 index c41cf7b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc deleted file mode 100644 index 5ee201f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc deleted file mode 100644 index 731faea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1edbe66..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc deleted file mode 100644 index 8e75bc7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc deleted file mode 100644 index 71b4849..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc deleted file mode 100644 index 61de406..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc deleted file mode 100644 index 9f6555a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc deleted file mode 100644 index feeb134..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc deleted file mode 100644 index b7b2fba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc deleted file mode 100644 index ce7196d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index e0cf534..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc deleted file mode 100644 index e372b9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d6a7542..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc deleted file mode 100644 index 13070c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 553fd01..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 69cccf3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc deleted file mode 100644 index 6182438..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 5f65433..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc deleted file mode 100644 index 2b61cdc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc deleted file mode 100644 index 070d28d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 6f4e377..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc deleted file mode 100644 index 8c3755d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2e5be3f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index f9b713a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc deleted file mode 100644 index 9e21dc6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc deleted file mode 100644 index 4080b31..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc deleted file mode 100644 index 3bccb65..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc deleted file mode 100644 index 5718e6b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc deleted file mode 100644 index fbad813..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc deleted file mode 100644 index e5fc713..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc deleted file mode 100644 index 23b0770..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc deleted file mode 100644 index 59685eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc deleted file mode 100644 index c14d9c6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc deleted file mode 100644 index 60e8e2b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc deleted file mode 100644 index 8953a7d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc deleted file mode 100644 index 6d15cf5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc deleted file mode 100644 index ff7f79d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 1cb954b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1a55f5f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f294a57..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc deleted file mode 100644 index 8354901..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc deleted file mode 100644 index d2e5457..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc deleted file mode 100644 index 012c5aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc deleted file mode 100644 index cc8a990..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc deleted file mode 100644 index 1bc0b2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc deleted file mode 100644 index 849ad15..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc deleted file mode 100644 index f9722c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc deleted file mode 100644 index f235c2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc deleted file mode 100644 index 6fe9f6b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc deleted file mode 100644 index d5b1b2d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc deleted file mode 100644 index 4bed768..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc deleted file mode 100644 index cf90573..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc deleted file mode 100644 index f676215..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 96cdc1e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc deleted file mode 100644 index a12b640..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc deleted file mode 100644 index 6702dfd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 518f8bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index be76cd8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc deleted file mode 100644 index 5cca669..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc deleted file mode 100644 index 5489c00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 67d4e70..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 47f0c17..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc deleted file mode 100644 index 056fb25..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc deleted file mode 100644 index 9b3692c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc deleted file mode 100644 index 5d136e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc deleted file mode 100644 index 1fa85c2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 168ffd2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4c249d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9ea425f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc deleted file mode 100644 index d7379fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc deleted file mode 100644 index 394679a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index eeaea95..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc deleted file mode 100644 index 9b36df9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7e1bc13..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc deleted file mode 100644 index 0f497a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc deleted file mode 100644 index dc54a8c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc deleted file mode 100644 index 9cefe7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc deleted file mode 100644 index e878aa4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc deleted file mode 100644 index 800b05f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc deleted file mode 100644 index 28754fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index 298aac9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc deleted file mode 100644 index c3f777c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 5b27a7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc deleted file mode 100644 index 70b7e0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc deleted file mode 100644 index 5e8c6e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc deleted file mode 100644 index 140e470..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc deleted file mode 100644 index cf40fe5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc deleted file mode 100644 index f4587b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc deleted file mode 100644 index cf653e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc deleted file mode 100644 index 7b9a965..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index ff82a54..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index cb46a40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc deleted file mode 100644 index 07fa408..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc deleted file mode 100644 index cfde6ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc deleted file mode 100644 index 43dfa9e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc deleted file mode 100644 index 221be37..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 371cb9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc deleted file mode 100644 index 1fab0a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8b31326..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index d3d3bb5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc deleted file mode 100644 index db5cda4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc deleted file mode 100644 index 47cb905..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc deleted file mode 100644 index 21f8c2c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc deleted file mode 100644 index b3eb3bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc deleted file mode 100644 index 5b254d9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc deleted file mode 100644 index c7903e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc deleted file mode 100644 index cf1fab9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc deleted file mode 100644 index 34ea492..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc deleted file mode 100644 index 95c2e56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc deleted file mode 100644 index 72685dd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc deleted file mode 100644 index d65774a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc deleted file mode 100644 index 594caf3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc deleted file mode 100644 index f356daf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc deleted file mode 100644 index e326ed7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc deleted file mode 100644 index 9549a39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc deleted file mode 100644 index dbeeac0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc deleted file mode 100644 index 383b872..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc deleted file mode 100644 index 31b25e0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc deleted file mode 100644 index 2e504f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc deleted file mode 100644 index 7121917..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc deleted file mode 100644 index 865ed3c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc deleted file mode 100644 index 36ec8ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc deleted file mode 100644 index 0e5fe8b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc deleted file mode 100644 index 7918df8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc deleted file mode 100644 index 8c0cb8c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc deleted file mode 100644 index 74e5c76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc deleted file mode 100644 index c05952c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc deleted file mode 100644 index ab529b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc deleted file mode 100644 index 64ea5bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc deleted file mode 100644 index fda8144..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc deleted file mode 100644 index f6278b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc deleted file mode 100644 index dd338bd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc deleted file mode 100644 index b81eb4c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc deleted file mode 100644 index f52604b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc deleted file mode 100644 index 1b03066..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc deleted file mode 100644 index c84864d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc deleted file mode 100644 index b5dcb58..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc deleted file mode 100644 index 74aa9af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc deleted file mode 100644 index 12ea198..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc deleted file mode 100644 index 7dae345..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc deleted file mode 100644 index 401949f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc deleted file mode 100644 index c206c55..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc deleted file mode 100644 index fd5befb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc deleted file mode 100644 index 086fcba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc deleted file mode 100644 index 4145fed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc deleted file mode 100644 index be321b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc deleted file mode 100644 index 6edddaf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc deleted file mode 100644 index 96ee0af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc deleted file mode 100644 index dbfa432..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc deleted file mode 100644 index b8573a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc deleted file mode 100644 index 7445e57..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc deleted file mode 100644 index 1d08c92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc deleted file mode 100644 index 0fa9095..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc deleted file mode 100644 index df46950..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc deleted file mode 100644 index 7c65741..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc deleted file mode 100644 index 44458a5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc deleted file mode 100644 index 98015bc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc deleted file mode 100644 index 21c1a0d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc deleted file mode 100644 index d8b0df0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc deleted file mode 100644 index 91a461b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc deleted file mode 100644 index 488deb5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc deleted file mode 100644 index 33e2186..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc deleted file mode 100644 index 9b02665..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc deleted file mode 100644 index bd8277f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc deleted file mode 100644 index 5e4d424..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc deleted file mode 100644 index 881fc79..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc deleted file mode 100644 index 74e51c1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc deleted file mode 100644 index 07fe684..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc deleted file mode 100644 index afa895d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc deleted file mode 100644 index 3b81c25..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc deleted file mode 100644 index 5b72444..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc deleted file mode 100644 index 2c1acc9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc deleted file mode 100644 index 8d98f86..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc deleted file mode 100644 index 3ff464a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index fbcd15e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc deleted file mode 100644 index c7e392d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc deleted file mode 100644 index bbd1705..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc deleted file mode 100644 index de18bbf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc deleted file mode 100644 index b21a5ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc deleted file mode 100644 index b741892..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc deleted file mode 100644 index d09a080..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc deleted file mode 100644 index 3ccff69..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc deleted file mode 100644 index f35e072..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc deleted file mode 100644 index c3d1917..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc deleted file mode 100644 index 78d33eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8276bc0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc deleted file mode 100644 index 930571f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc deleted file mode 100644 index 37d4828..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc deleted file mode 100644 index 550b2c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f2c6099..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc deleted file mode 100644 index 6421ae7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc deleted file mode 100644 index 4271a76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc deleted file mode 100644 index 55979d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc deleted file mode 100644 index c9c5f92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 7214d98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc deleted file mode 100644 index e10c782..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc deleted file mode 100644 index e7bff40..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc deleted file mode 100644 index cf4dd4f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc deleted file mode 100644 index 045342f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc deleted file mode 100644 index f0b9464..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 24c3945..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc deleted file mode 100644 index 5c370ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc deleted file mode 100644 index 606cb09..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc deleted file mode 100644 index 5c68f64..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc deleted file mode 100644 index 55dc42f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc deleted file mode 100644 index 8c5ef7c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc deleted file mode 100644 index 341dcb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bbfa205..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc deleted file mode 100644 index 9d80079..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc deleted file mode 100644 index 1d8efb3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d2cbdfd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc deleted file mode 100644 index 8e8e7f9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5c04e85..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc deleted file mode 100644 index f4864d2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3121f3a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc deleted file mode 100644 index b8e2914..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc deleted file mode 100644 index e9de173..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc deleted file mode 100644 index 099c065..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc deleted file mode 100644 index b3704ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc deleted file mode 100644 index 3ff2966..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc deleted file mode 100644 index 082f4c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc deleted file mode 100644 index 085798a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc deleted file mode 100644 index 8049934..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc deleted file mode 100644 index d4b9d60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc deleted file mode 100644 index 3163f1a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc deleted file mode 100644 index 68e0e69..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc deleted file mode 100644 index adcc45c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 050f19c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc deleted file mode 100644 index 116be4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc deleted file mode 100644 index 92de735..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc deleted file mode 100644 index 4f4af92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc deleted file mode 100644 index 7d536cc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6391b1e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9e9265e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-311.pyc deleted file mode 100644 index 53fc117..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/typing_extensions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc deleted file mode 100644 index dc1456c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1b28bc4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc deleted file mode 100644 index 51f235b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc deleted file mode 100644 index efa5788..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc deleted file mode 100644 index 862e730..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc deleted file mode 100644 index 3bf23b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc deleted file mode 100644 index ce2b2af..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc deleted file mode 100644 index c9bf26f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc deleted file mode 100644 index 28ba6d6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc deleted file mode 100644 index ba67f5a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 58e422a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc deleted file mode 100644 index 1853a25..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc deleted file mode 100644 index b70a04d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 75af42d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6e5054d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc deleted file mode 100644 index d3fa487..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc deleted file mode 100644 index 11144ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc deleted file mode 100644 index c0a769c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c2aad39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc deleted file mode 100644 index fde0a7b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc deleted file mode 100644 index 653187b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc deleted file mode 100644 index 09b7255..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc deleted file mode 100644 index 036f06d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc deleted file mode 100644 index ab83c87..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc deleted file mode 100644 index cf9512a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc deleted file mode 100644 index ff8b190..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index b588587..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 3a10ba5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index acc2847..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index b2a130d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-311.pyc deleted file mode 100644 index 43a5edb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/android.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-311.pyc deleted file mode 100644 index 0f9d7e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc deleted file mode 100644 index e6d27f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc deleted file mode 100644 index a3e03a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 7fa6901..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc deleted file mode 100644 index c8da64d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1d44491..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc deleted file mode 100644 index 8c717fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc deleted file mode 100644 index 945714b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 31abe56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 89d4465..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc deleted file mode 100644 index 73a59f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc deleted file mode 100644 index 6402c80..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc deleted file mode 100644 index d88f5eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc deleted file mode 100644 index b6a846a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc deleted file mode 100644 index e846c9e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 724f316..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 502b568..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 138c52b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 55e97f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/lazy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/lazy.cpython-311.pyc deleted file mode 100644 index 3c072fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/lazy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/reference.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/reference.cpython-311.pyc deleted file mode 100644 index 600b1d4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/reference.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/tzfile.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/tzfile.cpython-311.pyc deleted file mode 100644 index 3c82de3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/tzfile.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/tzinfo.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/tzinfo.cpython-311.pyc deleted file mode 100644 index 42cb645..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/pytz/__pycache__/tzinfo.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 43095c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc deleted file mode 100644 index f48149e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc deleted file mode 100644 index 31a967e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc deleted file mode 100644 index b213742..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc deleted file mode 100644 index 1d27e23..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc deleted file mode 100644 index 37ef9eb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc deleted file mode 100644 index 0b98151..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_path.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc deleted file mode 100644 index 7b3e86f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc deleted file mode 100644 index 1620aa3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc deleted file mode 100644 index f10156c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc deleted file mode 100644 index 6cee540..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/depends.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/depends.cpython-311.pyc deleted file mode 100644 index 7d561e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/depends.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc deleted file mode 100644 index 360dd90..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/dist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/dist.cpython-311.pyc deleted file mode 100644 index 948dded..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/dist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/errors.cpython-311.pyc deleted file mode 100644 index 717b08d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/extension.cpython-311.pyc deleted file mode 100644 index 5ff1276..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/glob.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/glob.cpython-311.pyc deleted file mode 100644 index 05882e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/glob.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/installer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/installer.cpython-311.pyc deleted file mode 100644 index 45663cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/installer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/launch.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/launch.cpython-311.pyc deleted file mode 100644 index 52f21a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/launch.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/logging.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/logging.cpython-311.pyc deleted file mode 100644 index 428157e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/logging.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc deleted file mode 100644 index d3a86f4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc deleted file mode 100644 index 223f323..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc deleted file mode 100644 index 224ff9a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc deleted file mode 100644 index 2a89c4c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc deleted file mode 100644 index adc3604..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc deleted file mode 100644 index 33cd0ed..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc deleted file mode 100644 index 6da1b98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 368eee5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc deleted file mode 100644 index 15bdd76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc deleted file mode 100644 index c709cc3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8ec2e29..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc deleted file mode 100644 index 4e8a374..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc deleted file mode 100644 index 85ff230..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_log.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_log.cpython-311.pyc deleted file mode 100644 index 1bd8d9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_log.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc deleted file mode 100644 index 7ee91fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc deleted file mode 100644 index 964e004..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc deleted file mode 100644 index f574fa5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc deleted file mode 100644 index 0b877e8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc deleted file mode 100644 index 8c84dba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc deleted file mode 100644 index 80f8d52..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 4a1c460..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 3bb568f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc deleted file mode 100644 index e41f8fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc deleted file mode 100644 index 7d8cc3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc deleted file mode 100644 index a41179b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc deleted file mode 100644 index e0830a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc deleted file mode 100644 index 214c822..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc deleted file mode 100644 index 1552976..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc deleted file mode 100644 index f8b0412..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc deleted file mode 100644 index bfe435a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc deleted file mode 100644 index b79178f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc deleted file mode 100644 index d84745d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc deleted file mode 100644 index f11e7a5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc deleted file mode 100644 index 4a33883..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc deleted file mode 100644 index 2ff570c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc deleted file mode 100644 index fcae448..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc deleted file mode 100644 index 1959b98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc deleted file mode 100644 index c9929f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc deleted file mode 100644 index cf6be86..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc deleted file mode 100644 index 0caa1b0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc deleted file mode 100644 index 67a68d2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 07babb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 0c8b3b0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc deleted file mode 100644 index e2a2651..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 730cb46..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc deleted file mode 100644 index bd6507d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc deleted file mode 100644 index c5e7b41..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc deleted file mode 100644 index 908a056..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc deleted file mode 100644 index fa90b83..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc deleted file mode 100644 index 158c314..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc deleted file mode 100644 index a1ccab6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc deleted file mode 100644 index 31b3065..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc deleted file mode 100644 index d7bcdb9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc deleted file mode 100644 index 6d4196f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc deleted file mode 100644 index f6d3627..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc deleted file mode 100644 index 0ecd22d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 9287075..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc deleted file mode 100644 index a9b5e6b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc deleted file mode 100644 index e883297..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc deleted file mode 100644 index 2e63ac4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc deleted file mode 100644 index 94c1bb6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc deleted file mode 100644 index 6b2bd1c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc deleted file mode 100644 index 6e8592b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc deleted file mode 100644 index f9d2c32..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc deleted file mode 100644 index 4f20854..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc deleted file mode 100644 index 6e184e6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc deleted file mode 100644 index 015036e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 42ad749..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc deleted file mode 100644 index f9de254..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc deleted file mode 100644 index e3c4770..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc deleted file mode 100644 index dee5386..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index df6e4a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc deleted file mode 100644 index 7b8cf90..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc deleted file mode 100644 index 186c8f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc deleted file mode 100644 index 7d98223..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc deleted file mode 100644 index 4a0cb04..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc deleted file mode 100644 index e8e0e95..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc deleted file mode 100644 index 6ba6b62..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc deleted file mode 100644 index 22ff7d5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 076c6d0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc deleted file mode 100644 index 486b872..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc deleted file mode 100644 index 8ff15f5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc deleted file mode 100644 index 68bb7d8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc deleted file mode 100644 index 3cc9f4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc deleted file mode 100644 index f87470f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc deleted file mode 100644 index ca8d796..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc deleted file mode 100644 index 6b0bc39..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc deleted file mode 100644 index 6ccbca7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index be9844e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc deleted file mode 100644 index 2431c66..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc deleted file mode 100644 index dc797cb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5f86d7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6474a59..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc deleted file mode 100644 index 4d7c880..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc deleted file mode 100644 index d0dc562..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc deleted file mode 100644 index 2de12d7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2134165..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc deleted file mode 100644 index a70b599..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc deleted file mode 100644 index 3b4d19c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc deleted file mode 100644 index ec00b72..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc deleted file mode 100644 index 0eecd24..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc deleted file mode 100644 index 069267a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc deleted file mode 100644 index fd83ffe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc deleted file mode 100644 index 3628f54..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index 976365e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc deleted file mode 100644 index 8cba196..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 411fc87..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc deleted file mode 100644 index d91b959..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc deleted file mode 100644 index 08312c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc deleted file mode 100644 index 844c715..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 388039d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc deleted file mode 100644 index eb42098..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc deleted file mode 100644 index 97baa6e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc deleted file mode 100644 index a2697de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc deleted file mode 100644 index fbdcdae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 7d1e938..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 23a183b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f6fea01..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc deleted file mode 100644 index f9331b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc deleted file mode 100644 index d0d3ad1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc deleted file mode 100644 index 87fecaf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a363b0a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc deleted file mode 100644 index b06365f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc deleted file mode 100644 index bd2bfb3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc deleted file mode 100644 index a1bc30b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc deleted file mode 100644 index 6c91e8d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc deleted file mode 100644 index ce900c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc deleted file mode 100644 index 4aaf568..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc deleted file mode 100644 index 1aef3c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc deleted file mode 100644 index 1d09805..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc deleted file mode 100644 index 24dd18a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc deleted file mode 100644 index d182d74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc deleted file mode 100644 index 707ce4b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc deleted file mode 100644 index 5ecb8a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc deleted file mode 100644 index 7b6bdec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc deleted file mode 100644 index 5e2c80f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc deleted file mode 100644 index 35fbeb9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc deleted file mode 100644 index e142474..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc deleted file mode 100644 index 5b6ff93..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc deleted file mode 100644 index c224c3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc deleted file mode 100644 index 34025d0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc deleted file mode 100644 index 5d9597c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc deleted file mode 100644 index 49923ff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc deleted file mode 100644 index 6862ba9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc deleted file mode 100644 index c8035c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc deleted file mode 100644 index 007508e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc deleted file mode 100644 index ebb88f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5a3b80d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc deleted file mode 100644 index 4bac4ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc deleted file mode 100644 index 92ba836..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc deleted file mode 100644 index 3bab403..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc deleted file mode 100644 index 8d4630b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a3bc20a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc deleted file mode 100644 index 3a045e3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc deleted file mode 100644 index dff54b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc deleted file mode 100644 index 1d32e5d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc deleted file mode 100644 index 26a16d8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc deleted file mode 100644 index 3ca6e81..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d1873ee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2d7550f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__main__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__main__.cpython-311.pyc deleted file mode 100644 index 9139761..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__main__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__version__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__version__.cpython-311.pyc deleted file mode 100644 index 87f3241..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/__version__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/slugify.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/slugify.cpython-311.pyc deleted file mode 100644 index da88e5f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/slugify.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/special.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/special.cpython-311.pyc deleted file mode 100644 index a89eebd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/slugify/__pycache__/special.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7ef806d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/events.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/events.cpython-311.pyc deleted file mode 100644 index afecbf9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/events.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/exc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/exc.cpython-311.pyc deleted file mode 100644 index 225ab78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/exc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/inspection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/inspection.cpython-311.pyc deleted file mode 100644 index 4bfcb64..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/inspection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/log.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/log.cpython-311.pyc deleted file mode 100644 index 90ba88a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/log.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/schema.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/schema.cpython-311.pyc deleted file mode 100644 index a7d7d14..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/schema.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/types.cpython-311.pyc deleted file mode 100644 index 011011c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 62ab46a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/aioodbc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/aioodbc.cpython-311.pyc deleted file mode 100644 index f13bc4f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/aioodbc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/asyncio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/asyncio.cpython-311.pyc deleted file mode 100644 index 7bd5ba8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/asyncio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/pyodbc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/pyodbc.cpython-311.pyc deleted file mode 100644 index 16bae0c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/connectors/__pycache__/pyodbc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/cyextension/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/cyextension/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 50f9b02..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/cyextension/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2137507..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/__pycache__/_typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/__pycache__/_typing.cpython-311.pyc deleted file mode 100644 index 3fe0749..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/__pycache__/_typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b40e5d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/aioodbc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/aioodbc.cpython-311.pyc deleted file mode 100644 index e3faac8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/aioodbc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 4ba58f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/information_schema.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/information_schema.cpython-311.pyc deleted file mode 100644 index 95c84c8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/information_schema.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/json.cpython-311.pyc deleted file mode 100644 index 5dff5bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/provision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/provision.cpython-311.pyc deleted file mode 100644 index c41e049..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/provision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/pymssql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/pymssql.cpython-311.pyc deleted file mode 100644 index 8a102d2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/pymssql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/pyodbc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/pyodbc.cpython-311.pyc deleted file mode 100644 index e7c5d01..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mssql/__pycache__/pyodbc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9e32f3d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/aiomysql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/aiomysql.cpython-311.pyc deleted file mode 100644 index c7d23a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/aiomysql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/asyncmy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/asyncmy.cpython-311.pyc deleted file mode 100644 index 73d092c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/asyncmy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/base.cpython-311.pyc deleted file mode 100644 index d11d76d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/cymysql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/cymysql.cpython-311.pyc deleted file mode 100644 index 3f9509d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/cymysql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/dml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/dml.cpython-311.pyc deleted file mode 100644 index 3093dea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/dml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/enumerated.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/enumerated.cpython-311.pyc deleted file mode 100644 index f707c1e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/enumerated.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/expression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/expression.cpython-311.pyc deleted file mode 100644 index 458f5c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/expression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/json.cpython-311.pyc deleted file mode 100644 index 5fad744..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadb.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadb.cpython-311.pyc deleted file mode 100644 index eb0d24c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadb.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadbconnector.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadbconnector.cpython-311.pyc deleted file mode 100644 index def81e7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mariadbconnector.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqlconnector.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqlconnector.cpython-311.pyc deleted file mode 100644 index 07a236f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqlconnector.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqldb.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqldb.cpython-311.pyc deleted file mode 100644 index 1370f62..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/mysqldb.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/provision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/provision.cpython-311.pyc deleted file mode 100644 index 4b4e450..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/provision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/pymysql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/pymysql.cpython-311.pyc deleted file mode 100644 index 3e3b58c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/pymysql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/pyodbc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/pyodbc.cpython-311.pyc deleted file mode 100644 index 6f39e8c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/pyodbc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/reflection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/reflection.cpython-311.pyc deleted file mode 100644 index 923cfa0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/reflection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/reserved_words.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/reserved_words.cpython-311.pyc deleted file mode 100644 index 6ea2db0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/reserved_words.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/types.cpython-311.pyc deleted file mode 100644 index 1faa3de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9e2cff9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/base.cpython-311.pyc deleted file mode 100644 index d170010..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/cx_oracle.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/cx_oracle.cpython-311.pyc deleted file mode 100644 index 9abb3b4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/cx_oracle.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/dictionary.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/dictionary.cpython-311.pyc deleted file mode 100644 index 2438f10..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/dictionary.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/oracledb.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/oracledb.cpython-311.pyc deleted file mode 100644 index 0a4e3b5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/oracledb.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/provision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/provision.cpython-311.pyc deleted file mode 100644 index 5cdac6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/provision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/types.cpython-311.pyc deleted file mode 100644 index 7690502..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/oracle/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2923ba8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/_psycopg_common.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/_psycopg_common.cpython-311.pyc deleted file mode 100644 index b076dc5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/_psycopg_common.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/array.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/array.cpython-311.pyc deleted file mode 100644 index bdb7f3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/array.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/asyncpg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/asyncpg.cpython-311.pyc deleted file mode 100644 index aab23d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/asyncpg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 632e7b7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/dml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/dml.cpython-311.pyc deleted file mode 100644 index 573c076..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/dml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ext.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ext.cpython-311.pyc deleted file mode 100644 index 6e89838..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ext.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/hstore.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/hstore.cpython-311.pyc deleted file mode 100644 index 93e0f9d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/hstore.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/json.cpython-311.pyc deleted file mode 100644 index 2978253..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/named_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/named_types.cpython-311.pyc deleted file mode 100644 index c41cedb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/named_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/operators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/operators.cpython-311.pyc deleted file mode 100644 index 5eb65d3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/operators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg8000.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg8000.cpython-311.pyc deleted file mode 100644 index 4a63b1b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg8000.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg_catalog.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg_catalog.cpython-311.pyc deleted file mode 100644 index f068dcf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/pg_catalog.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/provision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/provision.cpython-311.pyc deleted file mode 100644 index baaead3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/provision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg.cpython-311.pyc deleted file mode 100644 index 915aa10..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2.cpython-311.pyc deleted file mode 100644 index 3348646..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2cffi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2cffi.cpython-311.pyc deleted file mode 100644 index 431d252..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/psycopg2cffi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ranges.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ranges.cpython-311.pyc deleted file mode 100644 index 02525fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/ranges.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/types.cpython-311.pyc deleted file mode 100644 index c265654..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/postgresql/__pycache__/types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 8cef59a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/aiosqlite.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/aiosqlite.cpython-311.pyc deleted file mode 100644 index b3b6c48..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/aiosqlite.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 67b2eda..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/dml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/dml.cpython-311.pyc deleted file mode 100644 index 425d3b2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/dml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/json.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/json.cpython-311.pyc deleted file mode 100644 index d8b460c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/json.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/provision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/provision.cpython-311.pyc deleted file mode 100644 index 5d0bc06..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/provision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlcipher.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlcipher.cpython-311.pyc deleted file mode 100644 index 30939f8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlcipher.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlite.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlite.cpython-311.pyc deleted file mode 100644 index 8701170..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/dialects/sqlite/__pycache__/pysqlite.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 9544d43..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_processors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_processors.cpython-311.pyc deleted file mode 100644 index 178c0c4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_processors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_row.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_row.cpython-311.pyc deleted file mode 100644 index 4dbe2ac..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_row.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_util.cpython-311.pyc deleted file mode 100644 index 56d96de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/_py_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 851e19d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/characteristics.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/characteristics.cpython-311.pyc deleted file mode 100644 index 67ceb95..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/characteristics.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/create.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/create.cpython-311.pyc deleted file mode 100644 index 40cf528..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/create.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/cursor.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/cursor.cpython-311.pyc deleted file mode 100644 index 8fb5713..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/cursor.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/default.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/default.cpython-311.pyc deleted file mode 100644 index ecdd72d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/default.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/events.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/events.cpython-311.pyc deleted file mode 100644 index 6043f60..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/events.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/interfaces.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/interfaces.cpython-311.pyc deleted file mode 100644 index 7b9264b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/interfaces.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/mock.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/mock.cpython-311.pyc deleted file mode 100644 index 638f6ba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/mock.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/processors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/processors.cpython-311.pyc deleted file mode 100644 index ca9c605..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/processors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/reflection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/reflection.cpython-311.pyc deleted file mode 100644 index 5d9d803..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/reflection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/result.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/result.cpython-311.pyc deleted file mode 100644 index a0a52f3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/result.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/row.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/row.cpython-311.pyc deleted file mode 100644 index 46bca91..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/row.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/strategies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/strategies.cpython-311.pyc deleted file mode 100644 index dc13335..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/strategies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/url.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/url.cpython-311.pyc deleted file mode 100644 index 44ab333..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/url.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 5e1818c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/engine/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f76a402..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/api.cpython-311.pyc deleted file mode 100644 index c76f433..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/attr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/attr.cpython-311.pyc deleted file mode 100644 index a304059..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/attr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 3503257..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/legacy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/legacy.cpython-311.pyc deleted file mode 100644 index c0b51fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/legacy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/registry.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/registry.cpython-311.pyc deleted file mode 100644 index b5302b6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/event/__pycache__/registry.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6c2132f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/associationproxy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/associationproxy.cpython-311.pyc deleted file mode 100644 index 70788f2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/associationproxy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/automap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/automap.cpython-311.pyc deleted file mode 100644 index f74a1a6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/automap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/baked.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/baked.cpython-311.pyc deleted file mode 100644 index 05b6b87..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/baked.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/compiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/compiler.cpython-311.pyc deleted file mode 100644 index c5ec4b3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/compiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/horizontal_shard.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/horizontal_shard.cpython-311.pyc deleted file mode 100644 index f7f4f50..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/horizontal_shard.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/hybrid.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/hybrid.cpython-311.pyc deleted file mode 100644 index 239a51c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/hybrid.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/indexable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/indexable.cpython-311.pyc deleted file mode 100644 index b77fc00..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/indexable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/instrumentation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/instrumentation.cpython-311.pyc deleted file mode 100644 index 2914c55..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/instrumentation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/mutable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/mutable.cpython-311.pyc deleted file mode 100644 index 079517a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/mutable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/orderinglist.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/orderinglist.cpython-311.pyc deleted file mode 100644 index e111417..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/orderinglist.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/serializer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/serializer.cpython-311.pyc deleted file mode 100644 index 2af5388..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/__pycache__/serializer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2abc41a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/base.cpython-311.pyc deleted file mode 100644 index e2533e1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/engine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/engine.cpython-311.pyc deleted file mode 100644 index 85eddcd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/engine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/exc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/exc.cpython-311.pyc deleted file mode 100644 index c8b101a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/exc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/result.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/result.cpython-311.pyc deleted file mode 100644 index c38a7aa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/result.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/scoping.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/scoping.cpython-311.pyc deleted file mode 100644 index 5ae9da3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/scoping.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/session.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/session.cpython-311.pyc deleted file mode 100644 index 5905bcc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/asyncio/__pycache__/session.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/declarative/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/declarative/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index df4059d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/declarative/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/declarative/__pycache__/extensions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/declarative/__pycache__/extensions.cpython-311.pyc deleted file mode 100644 index 0748f1e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/declarative/__pycache__/extensions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c05381d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/apply.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/apply.cpython-311.pyc deleted file mode 100644 index 40bf92c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/apply.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/decl_class.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/decl_class.cpython-311.pyc deleted file mode 100644 index a34a76c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/decl_class.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/infer.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/infer.cpython-311.pyc deleted file mode 100644 index 4c00e95..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/infer.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/names.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/names.cpython-311.pyc deleted file mode 100644 index ea87daf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/names.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/plugin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/plugin.cpython-311.pyc deleted file mode 100644 index b55018d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/plugin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/util.cpython-311.pyc deleted file mode 100644 index e486db1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/ext/mypy/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/future/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/future/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4605aa6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/future/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/future/__pycache__/engine.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/future/__pycache__/engine.cpython-311.pyc deleted file mode 100644 index 6ea3d7e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/future/__pycache__/engine.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5dccdfe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/_orm_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/_orm_constructors.cpython-311.pyc deleted file mode 100644 index 2562a74..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/_orm_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/_typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/_typing.cpython-311.pyc deleted file mode 100644 index 7c75fd0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/_typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/attributes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/attributes.cpython-311.pyc deleted file mode 100644 index bd57f8a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/attributes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/base.cpython-311.pyc deleted file mode 100644 index e6f27a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/bulk_persistence.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/bulk_persistence.cpython-311.pyc deleted file mode 100644 index 8a77cc8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/bulk_persistence.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/clsregistry.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/clsregistry.cpython-311.pyc deleted file mode 100644 index b6e24a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/clsregistry.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/collections.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/collections.cpython-311.pyc deleted file mode 100644 index d9831a5..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/collections.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/context.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/context.cpython-311.pyc deleted file mode 100644 index 8872e5e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/context.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/decl_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/decl_api.cpython-311.pyc deleted file mode 100644 index 89dbeee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/decl_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/decl_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/decl_base.cpython-311.pyc deleted file mode 100644 index 2f1172c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/decl_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/dependency.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/dependency.cpython-311.pyc deleted file mode 100644 index 8c28d17..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/dependency.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/descriptor_props.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/descriptor_props.cpython-311.pyc deleted file mode 100644 index 9e11705..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/descriptor_props.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/dynamic.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/dynamic.cpython-311.pyc deleted file mode 100644 index cd3a225..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/dynamic.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/evaluator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/evaluator.cpython-311.pyc deleted file mode 100644 index 0432fa0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/evaluator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/events.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/events.cpython-311.pyc deleted file mode 100644 index 82a9096..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/events.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/exc.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/exc.cpython-311.pyc deleted file mode 100644 index 16bd5a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/exc.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/identity.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/identity.cpython-311.pyc deleted file mode 100644 index 803a4bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/identity.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/instrumentation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/instrumentation.cpython-311.pyc deleted file mode 100644 index 6bbc6be..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/instrumentation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/interfaces.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/interfaces.cpython-311.pyc deleted file mode 100644 index 8b14e26..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/interfaces.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/loading.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/loading.cpython-311.pyc deleted file mode 100644 index 317f8c0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/loading.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/mapped_collection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/mapped_collection.cpython-311.pyc deleted file mode 100644 index f49174a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/mapped_collection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/mapper.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/mapper.cpython-311.pyc deleted file mode 100644 index 3ae5c56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/mapper.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/path_registry.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/path_registry.cpython-311.pyc deleted file mode 100644 index ec539a9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/path_registry.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/persistence.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/persistence.cpython-311.pyc deleted file mode 100644 index 2df76b9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/persistence.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/properties.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/properties.cpython-311.pyc deleted file mode 100644 index 339fa58..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/properties.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/query.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/query.cpython-311.pyc deleted file mode 100644 index cc7bb86..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/query.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/relationships.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/relationships.cpython-311.pyc deleted file mode 100644 index 1764506..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/relationships.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/scoping.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/scoping.cpython-311.pyc deleted file mode 100644 index a4bcbc2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/scoping.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/session.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/session.cpython-311.pyc deleted file mode 100644 index 5b1c476..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/session.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/state.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/state.cpython-311.pyc deleted file mode 100644 index 09eae41..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/state.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/state_changes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/state_changes.cpython-311.pyc deleted file mode 100644 index 0b0efdb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/state_changes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/strategies.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/strategies.cpython-311.pyc deleted file mode 100644 index 4851e3d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/strategies.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/strategy_options.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/strategy_options.cpython-311.pyc deleted file mode 100644 index 1462d5b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/strategy_options.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/sync.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/sync.cpython-311.pyc deleted file mode 100644 index 667547b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/sync.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/unitofwork.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/unitofwork.cpython-311.pyc deleted file mode 100644 index 2c98c4a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/unitofwork.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 376489e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/writeonly.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/writeonly.cpython-311.pyc deleted file mode 100644 index de0b72d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/writeonly.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b12ca01..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/base.cpython-311.pyc deleted file mode 100644 index d10ae5b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/events.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/events.cpython-311.pyc deleted file mode 100644 index bc71c75..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/events.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/impl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/impl.cpython-311.pyc deleted file mode 100644 index 30f517d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/pool/__pycache__/impl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 858942a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_dml_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_dml_constructors.cpython-311.pyc deleted file mode 100644 index 62b1544..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_dml_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_elements_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_elements_constructors.cpython-311.pyc deleted file mode 100644 index d20544c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_elements_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_orm_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_orm_types.cpython-311.pyc deleted file mode 100644 index a7d64f0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_orm_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_py_util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_py_util.cpython-311.pyc deleted file mode 100644 index a10d5f8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_py_util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_selectable_constructors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_selectable_constructors.cpython-311.pyc deleted file mode 100644 index bc74177..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_selectable_constructors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_typing.cpython-311.pyc deleted file mode 100644 index a1f5520..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/_typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/annotation.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/annotation.cpython-311.pyc deleted file mode 100644 index f9e2dcd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/annotation.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/base.cpython-311.pyc deleted file mode 100644 index cabe12a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/cache_key.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/cache_key.cpython-311.pyc deleted file mode 100644 index 04ffc35..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/cache_key.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/coercions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/coercions.cpython-311.pyc deleted file mode 100644 index 0e7d099..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/coercions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/compiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/compiler.cpython-311.pyc deleted file mode 100644 index 4250058..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/compiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/crud.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/crud.cpython-311.pyc deleted file mode 100644 index 500f8de..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/crud.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/ddl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/ddl.cpython-311.pyc deleted file mode 100644 index 1327ac2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/ddl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/default_comparator.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/default_comparator.cpython-311.pyc deleted file mode 100644 index af2feee..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/default_comparator.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/dml.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/dml.cpython-311.pyc deleted file mode 100644 index a074952..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/dml.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/elements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/elements.cpython-311.pyc deleted file mode 100644 index 9faa537..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/elements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/events.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/events.cpython-311.pyc deleted file mode 100644 index b7c10fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/events.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/expression.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/expression.cpython-311.pyc deleted file mode 100644 index 58faff1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/expression.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/functions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/functions.cpython-311.pyc deleted file mode 100644 index ceda9ce..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/functions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/lambdas.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/lambdas.cpython-311.pyc deleted file mode 100644 index e7feb7c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/lambdas.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/naming.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/naming.cpython-311.pyc deleted file mode 100644 index f0de7c7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/naming.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/operators.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/operators.cpython-311.pyc deleted file mode 100644 index 3f8954e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/operators.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/roles.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/roles.cpython-311.pyc deleted file mode 100644 index 6189153..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/roles.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/schema.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/schema.cpython-311.pyc deleted file mode 100644 index e769d33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/schema.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/selectable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/selectable.cpython-311.pyc deleted file mode 100644 index 49863a2..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/selectable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/sqltypes.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/sqltypes.cpython-311.pyc deleted file mode 100644 index b686d56..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/sqltypes.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/traversals.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/traversals.cpython-311.pyc deleted file mode 100644 index b173882..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/traversals.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/type_api.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/type_api.cpython-311.pyc deleted file mode 100644 index 2b7a02e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/type_api.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/util.cpython-311.pyc deleted file mode 100644 index b187af7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/visitors.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/visitors.cpython-311.pyc deleted file mode 100644 index 293b9ca..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/sql/__pycache__/visitors.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0da3600..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/assertions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/assertions.cpython-311.pyc deleted file mode 100644 index 4491557..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/assertions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/assertsql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/assertsql.cpython-311.pyc deleted file mode 100644 index 2685d78..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/assertsql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/asyncio.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/asyncio.cpython-311.pyc deleted file mode 100644 index 90d1bda..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/asyncio.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/config.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/config.cpython-311.pyc deleted file mode 100644 index 750e171..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/config.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/engines.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/engines.cpython-311.pyc deleted file mode 100644 index f0b89bf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/engines.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/entities.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/entities.cpython-311.pyc deleted file mode 100644 index fd63b4d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/entities.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/exclusions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/exclusions.cpython-311.pyc deleted file mode 100644 index d49fc92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/exclusions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/pickleable.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/pickleable.cpython-311.pyc deleted file mode 100644 index 57d8264..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/pickleable.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/profiling.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/profiling.cpython-311.pyc deleted file mode 100644 index f01cfc9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/profiling.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/provision.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/provision.cpython-311.pyc deleted file mode 100644 index fc69a57..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/provision.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/requirements.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/requirements.cpython-311.pyc deleted file mode 100644 index 8dbcf33..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/requirements.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/schema.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/schema.cpython-311.pyc deleted file mode 100644 index 2f602c9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/schema.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/util.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 360d7fc..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/util.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/warnings.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/warnings.cpython-311.pyc deleted file mode 100644 index 64554a4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/__pycache__/warnings.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2f70b18..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/base.cpython-311.pyc deleted file mode 100644 index 3a50889..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/mypy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/mypy.cpython-311.pyc deleted file mode 100644 index f9ef2bf..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/mypy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/orm.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/orm.cpython-311.pyc deleted file mode 100644 index 3f3a107..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/orm.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/sql.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/sql.cpython-311.pyc deleted file mode 100644 index cc71e7f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/fixtures/__pycache__/sql.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c4455ea..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/bootstrap.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/bootstrap.cpython-311.pyc deleted file mode 100644 index 48aa7b9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/bootstrap.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/plugin_base.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/plugin_base.cpython-311.pyc deleted file mode 100644 index bb6d0f1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/plugin_base.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/pytestplugin.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/pytestplugin.cpython-311.pyc deleted file mode 100644 index 5d4d8fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/plugin/__pycache__/pytestplugin.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e41867f..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_cte.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_cte.cpython-311.pyc deleted file mode 100644 index dbebe3c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_cte.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_ddl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_ddl.cpython-311.pyc deleted file mode 100644 index d45ede6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_ddl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_deprecations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_deprecations.cpython-311.pyc deleted file mode 100644 index 37a2e28..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_deprecations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_dialect.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_dialect.cpython-311.pyc deleted file mode 100644 index e1d99ec..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_dialect.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_insert.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_insert.cpython-311.pyc deleted file mode 100644 index e16c63c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_insert.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_reflection.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_reflection.cpython-311.pyc deleted file mode 100644 index 30d71d8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_reflection.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_results.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_results.cpython-311.pyc deleted file mode 100644 index 04806fb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_results.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_rowcount.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_rowcount.cpython-311.pyc deleted file mode 100644 index fed7e8e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_rowcount.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_select.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_select.cpython-311.pyc deleted file mode 100644 index 7231eb4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_select.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_sequence.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_sequence.cpython-311.pyc deleted file mode 100644 index e9ef06d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_sequence.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_types.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_types.cpython-311.pyc deleted file mode 100644 index beead44..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_types.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_unicode_ddl.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_unicode_ddl.cpython-311.pyc deleted file mode 100644 index ecf80e4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_unicode_ddl.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_update_delete.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_update_delete.cpython-311.pyc deleted file mode 100644 index 4974b7b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/testing/suite/__pycache__/test_update_delete.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a97ec38..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_collections.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_collections.cpython-311.pyc deleted file mode 100644 index 75462b0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_collections.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_concurrency_py3k.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_concurrency_py3k.cpython-311.pyc deleted file mode 100644 index cec5921..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_concurrency_py3k.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_has_cy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_has_cy.cpython-311.pyc deleted file mode 100644 index cf820fa..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_has_cy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_py_collections.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_py_collections.cpython-311.pyc deleted file mode 100644 index 5d07aff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/_py_collections.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/compat.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/compat.cpython-311.pyc deleted file mode 100644 index 5b8bc1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/compat.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/concurrency.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/concurrency.cpython-311.pyc deleted file mode 100644 index e3eca8d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/concurrency.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/deprecations.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/deprecations.cpython-311.pyc deleted file mode 100644 index ae9a924..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/deprecations.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/langhelpers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/langhelpers.cpython-311.pyc deleted file mode 100644 index 0e89c32..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/langhelpers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/preloaded.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/preloaded.cpython-311.pyc deleted file mode 100644 index 8521978..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/preloaded.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/queue.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/queue.cpython-311.pyc deleted file mode 100644 index 10b0dd1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/queue.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/tool_support.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/tool_support.cpython-311.pyc deleted file mode 100644 index 09c9524..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/tool_support.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/topological.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/topological.cpython-311.pyc deleted file mode 100644 index aa6d73d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/topological.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/typing.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/typing.cpython-311.pyc deleted file mode 100644 index 04736f6..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/sqlalchemy/util/__pycache__/typing.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/text_unidecode/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/text_unidecode/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 02ba3c3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/text_unidecode/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 28e7cf1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Africa/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Africa/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 83b45ad..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Africa/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Argentina/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Argentina/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 99feb3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Argentina/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Indiana/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Indiana/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c14d3a3..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Indiana/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Kentucky/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Kentucky/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index c02fa6a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/Kentucky/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/North_Dakota/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/North_Dakota/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 215f84e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/North_Dakota/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b4bbd3b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/America/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Antarctica/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Antarctica/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index d20763e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Antarctica/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Arctic/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Arctic/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 0dc7e8e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Arctic/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Asia/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Asia/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 49fd908..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Asia/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Atlantic/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Atlantic/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 64b6965..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Atlantic/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Australia/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Australia/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ea63c76..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Australia/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Brazil/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Brazil/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 6d52159..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Brazil/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Canada/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Canada/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index bc40688..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Canada/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Chile/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Chile/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 5e91ebd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Chile/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Etc/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Etc/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 76cf084..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Etc/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Europe/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Europe/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 4f69bd7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Europe/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Indian/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Indian/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 3ba15bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Indian/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Mexico/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Mexico/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 944f3cd..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Mexico/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Pacific/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Pacific/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e36c8e8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/Pacific/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/US/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/US/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 28c4126..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/US/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1553677..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/tzdata/zoneinfo/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 54bc26d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/_internal.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/_internal.cpython-311.pyc deleted file mode 100644 index 1732a98..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/_internal.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/_reloader.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/_reloader.cpython-311.pyc deleted file mode 100644 index 203ce64..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/_reloader.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index bcb44e8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/formparser.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/formparser.cpython-311.pyc deleted file mode 100644 index 2534d92..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/formparser.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/http.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/http.cpython-311.pyc deleted file mode 100644 index c2c5556..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/http.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/local.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/local.cpython-311.pyc deleted file mode 100644 index 4c12825..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/local.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/security.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/security.cpython-311.pyc deleted file mode 100644 index 38b7863..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/security.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/serving.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/serving.cpython-311.pyc deleted file mode 100644 index d9e1bd7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/serving.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/test.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/test.cpython-311.pyc deleted file mode 100644 index 739fdae..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/test.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/testapp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/testapp.cpython-311.pyc deleted file mode 100644 index ada9ab9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/testapp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/urls.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/urls.cpython-311.pyc deleted file mode 100644 index 3b31085..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/urls.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/user_agent.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/user_agent.cpython-311.pyc deleted file mode 100644 index bf774a1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/user_agent.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index da24a9c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/wsgi.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/wsgi.cpython-311.pyc deleted file mode 100644 index 4b7823b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/__pycache__/wsgi.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 2cb280a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/accept.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/accept.cpython-311.pyc deleted file mode 100644 index 1f136fe..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/accept.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/auth.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/auth.cpython-311.pyc deleted file mode 100644 index 6413fb8..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/auth.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/cache_control.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/cache_control.cpython-311.pyc deleted file mode 100644 index 66b1482..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/cache_control.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/csp.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/csp.cpython-311.pyc deleted file mode 100644 index e553d1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/csp.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/etag.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/etag.cpython-311.pyc deleted file mode 100644 index f44fa7a..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/etag.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/file_storage.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/file_storage.cpython-311.pyc deleted file mode 100644 index 539ea21..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/file_storage.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/headers.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/headers.cpython-311.pyc deleted file mode 100644 index 05f19f0..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/headers.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/mixins.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/mixins.cpython-311.pyc deleted file mode 100644 index dff61ff..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/mixins.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/range.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/range.cpython-311.pyc deleted file mode 100644 index 144cf03..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/range.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/structures.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/structures.cpython-311.pyc deleted file mode 100644 index 73e28a7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/datastructures/__pycache__/structures.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 639a042..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/console.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/console.cpython-311.pyc deleted file mode 100644 index 7ca335d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/console.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/repr.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/repr.cpython-311.pyc deleted file mode 100644 index 74f5e1d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/repr.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-311.pyc deleted file mode 100644 index 20daa2e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index ae3a461..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-311.pyc deleted file mode 100644 index 713484e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-311.pyc deleted file mode 100644 index 0c4bc80..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/lint.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/lint.cpython-311.pyc deleted file mode 100644 index b90d49b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/lint.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-311.pyc deleted file mode 100644 index e7da1bb..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-311.pyc deleted file mode 100644 index 79403b1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-311.pyc deleted file mode 100644 index 014d6d7..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index b0a7cb1..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/converters.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/converters.cpython-311.pyc deleted file mode 100644 index 436893d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/converters.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/exceptions.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/exceptions.cpython-311.pyc deleted file mode 100644 index 27907db..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/exceptions.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/map.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/map.cpython-311.pyc deleted file mode 100644 index c864ff4..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/map.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/matcher.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/matcher.cpython-311.pyc deleted file mode 100644 index 4d57361..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/matcher.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/rules.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/rules.cpython-311.pyc deleted file mode 100644 index 96cc16c..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/routing/__pycache__/rules.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7a1e85b..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/http.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/http.cpython-311.pyc deleted file mode 100644 index b35572e..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/http.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-311.pyc deleted file mode 100644 index 8edede9..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/request.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/request.cpython-311.pyc deleted file mode 100644 index 544cbba..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/request.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/response.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/response.cpython-311.pyc deleted file mode 100644 index bec2757..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/response.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/utils.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/utils.cpython-311.pyc deleted file mode 100644 index be48c5d..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/sansio/__pycache__/utils.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index a55f782..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/request.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/request.cpython-311.pyc deleted file mode 100644 index 6b14202..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/request.cpython-311.pyc and /dev/null differ diff --git a/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/response.cpython-311.pyc b/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/response.cpython-311.pyc deleted file mode 100644 index 7d11a71..0000000 Binary files a/bennysblog/lib/python3.11/site-packages/werkzeug/wrappers/__pycache__/response.cpython-311.pyc and /dev/null differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9cd0e29 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +flask>=3.0,<4 +gunicorn>=22,<23 +pandas>=2.2,<3 +python-dotenv diff --git a/static/Headshot.jpeg b/static/Headshot.jpeg new file mode 100644 index 0000000..52af3b2 Binary files /dev/null and b/static/Headshot.jpeg differ diff --git a/static/Headshot.jpg b/static/Headshot.jpg deleted file mode 100644 index af7760e..0000000 Binary files a/static/Headshot.jpg and /dev/null differ diff --git a/static/Profile.jpeg b/static/Profile.jpeg deleted file mode 100644 index b70307c..0000000 Binary files a/static/Profile.jpeg and /dev/null differ diff --git a/templates/about.html b/templates/about.html index 90885df..dcc2c91 100644 --- a/templates/about.html +++ b/templates/about.html @@ -4,16 +4,16 @@

About Benny’s House

-

Benny’s House is an Amarillo‑homed IT & Web services studio serving the Texas Panhandle and the greater Texas area. We build and run practical systems for small businesses and individuals, and we can operate at enterprise scale when needed.

+

Benny’s House is a one-person tech shop based in the Greater Amarillo Area. I help individuals and small businesses with websites, networks, and computers.

-

What we believe

+

How I work

@@ -21,18 +21,18 @@

Service Area

-

Based in Amarillo, we happily travel anywhere in the Texas Panhandle — and consult across the greater Texas region. Remote support available.

+

Based in the Greater Amarillo Area. Available on-site throughout the Texas Panhandle, and remotely for anyone who needs help from afar.

-

Stack & Focus

-

Proxmox • Windows Server/AD • Linux • Flask/Node • Tailwind • MariaDB • WireGuard • Nginx. We ship secure, maintainable, no‑nonsense solutions.

+

Also on NetDeploy

+

Looking for web and IT services through a broader platform? Find me at netdeploy.net.

-

Who we help

-

Local shops, offices, and individuals who need dependable systems and clean websites. Need enterprise rigor? We can engage via BrookHaven for larger programs.

+

Who I help

+

Homeowners who need reliable Wi-Fi. Small businesses setting up their first website. Offices that need computers configured and ready to use.

diff --git a/templates/base.html b/templates/base.html index 5c2e60e..2998e25 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ {{ brand }} — {{ tagline }} - + @@ -64,7 +64,7 @@
{{ year or 2025 }} Benny’s House.
diff --git a/templates/contact.html b/templates/contact.html index df49cdb..08380f6 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -11,12 +11,7 @@
-
- - -
+ Benjamin Mosley

{{ contact.name }}

{{ contact.title }}

@@ -67,7 +62,7 @@ - Book a call + Book a 30 minute meeting {% endif %} diff --git a/templates/index.html b/templates/index.html index 11bf1e5..d454d52 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,16 +5,16 @@

No House
Quite Like It

-

Local‑first infrastructure, modern web hosting, and pragmatic creative. We refurbish and recycle hardware to cut costs, then deploy reliable systems you actually own.

+

Web services, network setup, PC imaging, and general IT support for individuals and small businesses in the Greater Amarillo Area.

    -
  • On‑site infrastructure
  • -
  • Flask/Node hosting
  • -
  • SSL + backups
  • -
  • Refurb discount option
  • +
  • Web services
  • +
  • Network setup
  • +
  • PC imaging
  • +
  • BillFlow billing tool
@@ -37,30 +37,30 @@

Services

-

Local IT Infrastructure

-

Proxmox clusters, VLANs, DNS, VPN, backups—made for small businesses that need reliability without red tape.

+

Web Services

+

Websites and web apps for individuals and small businesses. Hosted and maintained for you.

    -
  • Windows Server/AD & Linux
  • -
  • Secure file servers (Samba/NFS)
  • -
  • Monitoring & on-call
  • +
  • New sites & redesigns
  • +
  • Hosting, SSL & backups
  • +
  • Domains & email setup
-

Web & App Hosting

-

Flask, Node, or static. SSL, backups, staging, and wildcard subdomains for rapid prototyping & launch.

+

Network Setup

+

Network setup and troubleshooting for homes and small offices. Covers routers, switches, Wi-Fi, and remote access.

    -
  • Stripe + domain upsells
  • -
  • Fast Tailwind front‑ends
  • -
  • Observability baked in
  • +
  • Router & switch config
  • +
  • Wi-Fi coverage & optimization
  • +
  • Remote access & VPN
-

Refurb & Recycle Discount

-

Lower your quote by letting us refurbish quality used hardware into dependable local servers.

+

PC Imaging & Setup

+

PC imaging, configuration, and deployment for new machines. Includes software setup, data migration, and backups.

    -
  • Cost‑effective nodes
  • -
  • Warranty & burn‑in tests
  • -
  • Green + budget‑friendly
  • +
  • OS imaging & deployment
  • +
  • Software installs & updates
  • +
  • Data migration & backups
diff --git a/templates/services.html b/templates/services.html index 11264f2..30532a7 100644 --- a/templates/services.html +++ b/templates/services.html @@ -4,61 +4,61 @@

Services

-

From local sysadmin to modern web, we tailor the stack to your constraints and budget — including refurb‑powered discounts to keep costs sensible.

+

Web services, network setup, PC imaging, and IT support for individuals and small businesses in the Greater Amarillo Area. Available on-site or remote.

-

Local System Administration

-

On‑site/remote support for small businesses and individuals. Proxmox clusters, Windows Server/Active Directory, Linux, backups, VLANs, DNS, VPN, and monitoring.

+

Web Services

+

Website design, hosting, and maintenance for individuals and small businesses.

    -
  • User & identity management (AD)
  • -
  • Secure file servers (Samba/NFS)
  • -
  • Automated backups & recovery drills
  • +
  • New sites & redesigns
  • +
  • Hosting, SSL & automatic backups
  • +
  • Domain & email setup
-

Web Development & Hosting

-

Flask/Node apps or static sites with Tailwind front‑ends. SSL, backups, staging, wildcard subdomains — and Stripe/domain upsells when you’re ready.

+

Network Setup & Troubleshooting

+

Network setup and troubleshooting for homes and small offices.

    -
  • New builds or refactors
  • -
  • Observability baked in
  • -
  • Fast, accessible UI
  • +
  • Router & switch configuration
  • +
  • Wi-Fi coverage & performance
  • +
  • Remote access & VPN
-

App Deployment & Integrations

-

Want a custom Obsidian server for your office? Need a self‑hosted wiki, dashboard, or existing tool stood up securely? We handle the infra, auth, and logistics.

+

PC Imaging & Deployment

+

PC imaging and configuration for new machines. Includes software setup, data migration, and backups.

    -
  • Install, configure, and harden
  • -
  • Single‑sign‑on options
  • -
  • Backups & updates scheduled
  • +
  • OS imaging & deployment
  • +
  • Software installs & Windows setup
  • +
  • Data migration & backups
-

Refurb & Recycle Discounts

-

Lower your quote by letting us refurb quality used hardware into dependable local servers. Burn‑in tests and warranty options included.

+

BillFlow

+

A billing and invoicing tool for small businesses. Send invoices, track payments, and manage what you’re owed.

    -
  • Cost‑effective nodes
  • -
  • Green and budget‑friendly
  • -
  • On‑site support options
  • +
  • Easy invoice creation & sending
  • +
  • Payment tracking
  • +
  • Built for small business owners
-

Enterprise via BrookHaven

-

If you need larger‑scale rollouts, compliance, or cross‑site coordination, we can deliver through our enterprise channel (BrookHaven) while keeping execution pragmatic.

+

Have a question?

+

Book a free 30-minute call or send a message and I’ll get back to you.