summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--.idea/.gitignore8
-rw-r--r--.idea/inspectionProfiles/profiles_settings.xml6
-rw-r--r--.idea/misc.xml7
-rw-r--r--__pycache__/config.cpython-312.pycbin946 -> 0 bytes
-rw-r--r--__pycache__/imgutils.cpython-312.pycbin10849 -> 0 bytes
-rw-r--r--__pycache__/render.cpython-311.pycbin6177 -> 0 bytes
-rw-r--r--__pycache__/render.cpython-312.pycbin11732 -> 0 bytes
8 files changed, 4 insertions, 22 deletions
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 @@
-<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
deleted file mode 100644
index d51d7c8..0000000
--- a/__pycache__/config.cpython-312.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/imgutils.cpython-312.pyc b/__pycache__/imgutils.cpython-312.pyc
deleted file mode 100644
index b945405..0000000
--- a/__pycache__/imgutils.cpython-312.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/render.cpython-311.pyc b/__pycache__/render.cpython-311.pyc
deleted file mode 100644
index 526dff5..0000000
--- a/__pycache__/render.cpython-311.pyc
+++ /dev/null
Binary files differ
diff --git a/__pycache__/render.cpython-312.pyc b/__pycache__/render.cpython-312.pyc
deleted file mode 100644
index 6aa555a..0000000
--- a/__pycache__/render.cpython-312.pyc
+++ /dev/null
Binary files differ