diff --git a/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc b/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 77a0d4a..0000000 Binary files a/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/src/grafx/__pycache__/__init__.cpython-312.pyc b/src/grafx/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d0cef82..0000000 Binary files a/src/grafx/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/__pycache__/utils.cpython-312.pyc b/src/grafx/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index ec2af42..0000000 Binary files a/src/grafx/__pycache__/utils.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/data/__pycache__/__init__.cpython-312.pyc b/src/grafx/data/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a8d0628..0000000 Binary files a/src/grafx/data/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/data/__pycache__/batch.cpython-312.pyc b/src/grafx/data/__pycache__/batch.cpython-312.pyc deleted file mode 100644 index 1827b90..0000000 Binary files a/src/grafx/data/__pycache__/batch.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/data/__pycache__/configs.cpython-312.pyc b/src/grafx/data/__pycache__/configs.cpython-312.pyc deleted file mode 100644 index b81a0d0..0000000 Binary files a/src/grafx/data/__pycache__/configs.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/data/__pycache__/conversion.cpython-312.pyc b/src/grafx/data/__pycache__/conversion.cpython-312.pyc deleted file mode 100644 index f8336f1..0000000 Binary files a/src/grafx/data/__pycache__/conversion.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/data/__pycache__/graph.cpython-312.pyc b/src/grafx/data/__pycache__/graph.cpython-312.pyc deleted file mode 100644 index 0efdc5f..0000000 Binary files a/src/grafx/data/__pycache__/graph.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/data/__pycache__/tensor.cpython-312.pyc b/src/grafx/data/__pycache__/tensor.cpython-312.pyc deleted file mode 100644 index 341b82d..0000000 Binary files a/src/grafx/data/__pycache__/tensor.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/__init__.cpython-312.pyc b/src/grafx/draw/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 57b5024..0000000 Binary files a/src/grafx/draw/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/bezier.cpython-312.pyc b/src/grafx/draw/__pycache__/bezier.cpython-312.pyc deleted file mode 100644 index e2039b6..0000000 Binary files a/src/grafx/draw/__pycache__/bezier.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/edge.cpython-312.pyc b/src/grafx/draw/__pycache__/edge.cpython-312.pyc deleted file mode 100644 index f3a4204..0000000 Binary files a/src/grafx/draw/__pycache__/edge.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/graph.cpython-312.pyc b/src/grafx/draw/__pycache__/graph.cpython-312.pyc deleted file mode 100644 index 8e870ad..0000000 Binary files a/src/grafx/draw/__pycache__/graph.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/node.cpython-312.pyc b/src/grafx/draw/__pycache__/node.cpython-312.pyc deleted file mode 100644 index e0a0434..0000000 Binary files a/src/grafx/draw/__pycache__/node.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/position.cpython-312.pyc b/src/grafx/draw/__pycache__/position.cpython-312.pyc deleted file mode 100644 index 040f565..0000000 Binary files a/src/grafx/draw/__pycache__/position.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/draw/__pycache__/style.cpython-312.pyc b/src/grafx/draw/__pycache__/style.cpython-312.pyc deleted file mode 100644 index 0208019..0000000 Binary files a/src/grafx/draw/__pycache__/style.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/__init__.cpython-312.pyc b/src/grafx/processors/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a14bd45..0000000 Binary files a/src/grafx/processors/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/container.cpython-312.pyc b/src/grafx/processors/__pycache__/container.cpython-312.pyc deleted file mode 100644 index ce6f16b..0000000 Binary files a/src/grafx/processors/__pycache__/container.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/delay.cpython-312.pyc b/src/grafx/processors/__pycache__/delay.cpython-312.pyc deleted file mode 100644 index 919828d..0000000 Binary files a/src/grafx/processors/__pycache__/delay.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/dynamics.cpython-312.pyc b/src/grafx/processors/__pycache__/dynamics.cpython-312.pyc deleted file mode 100644 index 73ed6e8..0000000 Binary files a/src/grafx/processors/__pycache__/dynamics.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/eq.cpython-312.pyc b/src/grafx/processors/__pycache__/eq.cpython-312.pyc deleted file mode 100644 index a09c90b..0000000 Binary files a/src/grafx/processors/__pycache__/eq.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/filter.cpython-312.pyc b/src/grafx/processors/__pycache__/filter.cpython-312.pyc deleted file mode 100644 index a8fe099..0000000 Binary files a/src/grafx/processors/__pycache__/filter.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/nonlinear.cpython-312.pyc b/src/grafx/processors/__pycache__/nonlinear.cpython-312.pyc deleted file mode 100644 index 599d667..0000000 Binary files a/src/grafx/processors/__pycache__/nonlinear.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/reverb.cpython-312.pyc b/src/grafx/processors/__pycache__/reverb.cpython-312.pyc deleted file mode 100644 index db8fffa..0000000 Binary files a/src/grafx/processors/__pycache__/reverb.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/__pycache__/stereo.cpython-312.pyc b/src/grafx/processors/__pycache__/stereo.cpython-312.pyc deleted file mode 100644 index 657137a..0000000 Binary files a/src/grafx/processors/__pycache__/stereo.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/__init__.cpython-312.pyc b/src/grafx/processors/core/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5d49bb2..0000000 Binary files a/src/grafx/processors/core/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/convolution.cpython-312.pyc b/src/grafx/processors/core/__pycache__/convolution.cpython-312.pyc deleted file mode 100644 index 6036f88..0000000 Binary files a/src/grafx/processors/core/__pycache__/convolution.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/delay.cpython-312.pyc b/src/grafx/processors/core/__pycache__/delay.cpython-312.pyc deleted file mode 100644 index 0d1582a..0000000 Binary files a/src/grafx/processors/core/__pycache__/delay.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/envelope.cpython-312.pyc b/src/grafx/processors/core/__pycache__/envelope.cpython-312.pyc deleted file mode 100644 index 4e50546..0000000 Binary files a/src/grafx/processors/core/__pycache__/envelope.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/fft_filterbank.cpython-312.pyc b/src/grafx/processors/core/__pycache__/fft_filterbank.cpython-312.pyc deleted file mode 100644 index a9c9d69..0000000 Binary files a/src/grafx/processors/core/__pycache__/fft_filterbank.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/fir.cpython-312.pyc b/src/grafx/processors/core/__pycache__/fir.cpython-312.pyc deleted file mode 100644 index 1e37336..0000000 Binary files a/src/grafx/processors/core/__pycache__/fir.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/geq.cpython-312.pyc b/src/grafx/processors/core/__pycache__/geq.cpython-312.pyc deleted file mode 100644 index 3211ada..0000000 Binary files a/src/grafx/processors/core/__pycache__/geq.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/iir.cpython-312.pyc b/src/grafx/processors/core/__pycache__/iir.cpython-312.pyc deleted file mode 100644 index 1643425..0000000 Binary files a/src/grafx/processors/core/__pycache__/iir.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/midside.cpython-312.pyc b/src/grafx/processors/core/__pycache__/midside.cpython-312.pyc deleted file mode 100644 index 5a42fac..0000000 Binary files a/src/grafx/processors/core/__pycache__/midside.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/noise.cpython-312.pyc b/src/grafx/processors/core/__pycache__/noise.cpython-312.pyc deleted file mode 100644 index 2555659..0000000 Binary files a/src/grafx/processors/core/__pycache__/noise.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/scale.cpython-312.pyc b/src/grafx/processors/core/__pycache__/scale.cpython-312.pyc deleted file mode 100644 index 1a9b14c..0000000 Binary files a/src/grafx/processors/core/__pycache__/scale.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/processors/core/__pycache__/utils.cpython-312.pyc b/src/grafx/processors/core/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index 0bf6a96..0000000 Binary files a/src/grafx/processors/core/__pycache__/utils.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/__pycache__/__init__.cpython-312.pyc b/src/grafx/render/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5553c97..0000000 Binary files a/src/grafx/render/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/__pycache__/core.cpython-312.pyc b/src/grafx/render/__pycache__/core.cpython-312.pyc deleted file mode 100644 index cc7adcf..0000000 Binary files a/src/grafx/render/__pycache__/core.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/__pycache__/graph.cpython-312.pyc b/src/grafx/render/__pycache__/graph.cpython-312.pyc deleted file mode 100644 index 6920624..0000000 Binary files a/src/grafx/render/__pycache__/graph.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/__pycache__/prepare.cpython-312.pyc b/src/grafx/render/__pycache__/prepare.cpython-312.pyc deleted file mode 100644 index 30fce1d..0000000 Binary files a/src/grafx/render/__pycache__/prepare.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/order/__pycache__/__init__.cpython-312.pyc b/src/grafx/render/order/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 5452f19..0000000 Binary files a/src/grafx/render/order/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/order/__pycache__/graph.cpython-312.pyc b/src/grafx/render/order/__pycache__/graph.cpython-312.pyc deleted file mode 100644 index 450ed85..0000000 Binary files a/src/grafx/render/order/__pycache__/graph.cpython-312.pyc and /dev/null differ diff --git a/src/grafx/render/order/__pycache__/tensor.cpython-312.pyc b/src/grafx/render/order/__pycache__/tensor.cpython-312.pyc deleted file mode 100644 index 648a378..0000000 Binary files a/src/grafx/render/order/__pycache__/tensor.cpython-312.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 7b33f44..0000000 Binary files a/tests/processors/__pycache__/conftest.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_container.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_container.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index e0244ee..0000000 Binary files a/tests/processors/__pycache__/test_container.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_core.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_core.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index e8ea8b4..0000000 Binary files a/tests/processors/__pycache__/test_core.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_delay.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_delay.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index c643717..0000000 Binary files a/tests/processors/__pycache__/test_delay.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_dynamics.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_dynamics.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 541d0cc..0000000 Binary files a/tests/processors/__pycache__/test_dynamics.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_eq.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_eq.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 1d16a37..0000000 Binary files a/tests/processors/__pycache__/test_eq.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_filter.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_filter.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index f145b41..0000000 Binary files a/tests/processors/__pycache__/test_filter.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_nonlinear.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_nonlinear.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 0069ff9..0000000 Binary files a/tests/processors/__pycache__/test_nonlinear.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_processors.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_processors.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index acecad5..0000000 Binary files a/tests/processors/__pycache__/test_processors.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_reverb.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_reverb.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 6ea98a5..0000000 Binary files a/tests/processors/__pycache__/test_reverb.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/test_stereo.cpython-312-pytest-8.3.3.pyc b/tests/processors/__pycache__/test_stereo.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index c57d075..0000000 Binary files a/tests/processors/__pycache__/test_stereo.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/processors/__pycache__/utils.cpython-312.pyc b/tests/processors/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index c5c5703..0000000 Binary files a/tests/processors/__pycache__/utils.cpython-312.pyc and /dev/null differ