From afa742a234684ecc5ca2e132ad3c049db4bba42d Mon Sep 17 00:00:00 2001 From: Shy Date: Sun, 8 Feb 2026 10:32:38 -0500 Subject: cleanup --- .gitignore | 5 ++++- .idea/.gitignore | 8 -------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 7 ------- __pycache__/config.cpython-312.pyc | Bin 946 -> 0 bytes __pycache__/imgutils.cpython-312.pyc | Bin 10849 -> 0 bytes __pycache__/render.cpython-311.pyc | Bin 6177 -> 0 bytes __pycache__/render.cpython-312.pyc | Bin 11732 -> 0 bytes 8 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 __pycache__/config.cpython-312.pyc delete mode 100644 __pycache__/imgutils.cpython-312.pyc delete mode 100644 __pycache__/render.cpython-311.pyc delete mode 100644 __pycache__/render.cpython-312.pyc diff --git a/.gitignore b/.gitignore index 0d2a9b3..8352ad4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -bake \ No newline at end of file +bake +.idea/ +__pycache__/ +*.pyc \ No newline at end of file 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/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 0a88d55..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/__pycache__/config.cpython-312.pyc b/__pycache__/config.cpython-312.pyc deleted file mode 100644 index d51d7c8..0000000 Binary files a/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/imgutils.cpython-312.pyc b/__pycache__/imgutils.cpython-312.pyc deleted file mode 100644 index b945405..0000000 Binary files a/__pycache__/imgutils.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/render.cpython-311.pyc b/__pycache__/render.cpython-311.pyc deleted file mode 100644 index 526dff5..0000000 Binary files a/__pycache__/render.cpython-311.pyc and /dev/null differ diff --git a/__pycache__/render.cpython-312.pyc b/__pycache__/render.cpython-312.pyc deleted file mode 100644 index 6aa555a..0000000 Binary files a/__pycache__/render.cpython-312.pyc and /dev/null differ -- cgit v1.2.3