diff options
| author | Shy <[email protected]> | 2026-02-08 10:32:38 -0500 |
|---|---|---|
| committer | Shy <[email protected]> | 2026-02-08 10:32:38 -0500 |
| commit | afa742a234684ecc5ca2e132ad3c049db4bba42d (patch) | |
| tree | bdb5d552045d077f53592025f6d406c7f055f4d7 | |
| parent | 5f81d506095852c3f0db5322e67c862f904da3f1 (diff) | |
| download | yuri.directory-afa742a234684ecc5ca2e132ad3c049db4bba42d.tar.xz yuri.directory-afa742a234684ecc5ca2e132ad3c049db4bba42d.zip | |
cleanup
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | .idea/.gitignore | 8 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/profiles_settings.xml | 6 | ||||
| -rw-r--r-- | .idea/misc.xml | 7 | ||||
| -rw-r--r-- | __pycache__/config.cpython-312.pyc | bin | 946 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/imgutils.cpython-312.pyc | bin | 10849 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/render.cpython-311.pyc | bin | 6177 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/render.cpython-312.pyc | bin | 11732 -> 0 bytes |
8 files changed, 4 insertions, 22 deletions
@@ -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 @@ -<component name="InspectionProjectProfileManager"> - <settings> - <option name="USE_PROJECT_PROFILE" value="false" /> - <version value="1.0" /> - </settings> -</component>
\ 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="Black"> - <option name="sdkName" value="manga-bake" /> - </component> - <component name="ProjectRootManager" version="2" project-jdk-name="manga-bake" project-jdk-type="Python SDK" /> -</project>
\ No newline at end of file diff --git a/__pycache__/config.cpython-312.pyc b/__pycache__/config.cpython-312.pyc Binary files differdeleted file mode 100644 index d51d7c8..0000000 --- a/__pycache__/config.cpython-312.pyc +++ /dev/null diff --git a/__pycache__/imgutils.cpython-312.pyc b/__pycache__/imgutils.cpython-312.pyc Binary files differdeleted file mode 100644 index b945405..0000000 --- a/__pycache__/imgutils.cpython-312.pyc +++ /dev/null diff --git a/__pycache__/render.cpython-311.pyc b/__pycache__/render.cpython-311.pyc Binary files differdeleted file mode 100644 index 526dff5..0000000 --- a/__pycache__/render.cpython-311.pyc +++ /dev/null diff --git a/__pycache__/render.cpython-312.pyc b/__pycache__/render.cpython-312.pyc Binary files differdeleted file mode 100644 index 6aa555a..0000000 --- a/__pycache__/render.cpython-312.pyc +++ /dev/null |
