From 4be0b702c676073f6aa28580227da793db928b7a Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 19 Jul 2023 13:41:53 +0100 Subject: Delete __pycache__ directory --- __pycache__/app.cpython-311.pyc | Bin 952 -> 0 bytes __pycache__/news.cpython-311.pyc | Bin 2642 -> 0 bytes __pycache__/weather.cpython-311.pyc | Bin 7354 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 __pycache__/app.cpython-311.pyc delete mode 100644 __pycache__/news.cpython-311.pyc delete mode 100644 __pycache__/weather.cpython-311.pyc diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc deleted file mode 100644 index dd2a1a1..0000000 Binary files a/__pycache__/app.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/news.cpython-311.pyc b/__pycache__/news.cpython-311.pyc deleted file mode 100644 index da743bd..0000000 Binary files a/__pycache__/news.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/weather.cpython-311.pyc b/__pycache__/weather.cpython-311.pyc deleted file mode 100644 index 7fa807e..0000000 Binary files a/__pycache__/weather.cpython-311.pyc and /dev/null differ -- cgit 1.4.1-2-gfad0 From b9fdc9fac59a517a20455c0f5713b4ae63623908 Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 19 Jul 2023 13:42:04 +0100 Subject: Delete .idea directory --- .idea/.gitignore | 8 -------- .idea/encodings.xml | 6 ------ .idea/gophersite.iml | 21 --------------------- .idea/inspectionProfiles/Project_Default.xml | 12 ------------ .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- 7 files changed, 65 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gophersite.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index c3a317a..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/gophersite.iml b/.idea/gophersite.iml deleted file mode 100644 index e2b9085..0000000 --- a/.idea/gophersite.iml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index d4a00d6..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 4cfc957..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 1b01f16..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file -- cgit 1.4.1-2-gfad0