diff --git a/PCPL/JUFS-BASE-PACK/console-utils/__pycache__/input.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/console-utils/__pycache__/input.cpython-311.pyc deleted file mode 100644 index 1250792..0000000 Binary files a/PCPL/JUFS-BASE-PACK/console-utils/__pycache__/input.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/console-utils/__pycache__/log.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/console-utils/__pycache__/log.cpython-311.pyc deleted file mode 100644 index 3f153dc..0000000 Binary files a/PCPL/JUFS-BASE-PACK/console-utils/__pycache__/log.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/add.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/add.cpython-311.pyc deleted file mode 100644 index 12d808d..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/add.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/divide.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/divide.cpython-311.pyc deleted file mode 100644 index 38ee0ce..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/divide.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/equal.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/equal.cpython-311.pyc deleted file mode 100644 index 5c07f03..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/equal.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/higher.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/higher.cpython-311.pyc deleted file mode 100644 index fd677f7..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/higher.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/lower.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/lower.cpython-311.pyc deleted file mode 100644 index 11769eb..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/lower.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/multiply.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/multiply.cpython-311.pyc deleted file mode 100644 index 892f2f7..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/multiply.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/remainder.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/remainder.cpython-311.pyc deleted file mode 100644 index 9dfee7e..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/remainder.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/operators/__pycache__/subtract.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/operators/__pycache__/subtract.cpython-311.pyc deleted file mode 100644 index 68d156f..0000000 Binary files a/PCPL/JUFS-BASE-PACK/operators/__pycache__/subtract.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/statements/__pycache__/create.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/statements/__pycache__/create.cpython-311.pyc deleted file mode 100644 index 7b62cd4..0000000 Binary files a/PCPL/JUFS-BASE-PACK/statements/__pycache__/create.cpython-311.pyc and /dev/null differ diff --git a/PCPL/JUFS-BASE-PACK/statements/__pycache__/if.cpython-311.pyc b/PCPL/JUFS-BASE-PACK/statements/__pycache__/if.cpython-311.pyc deleted file mode 100644 index e5eea87..0000000 Binary files a/PCPL/JUFS-BASE-PACK/statements/__pycache__/if.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/CMD.cpython-311.pyc b/PCPL/__pycache__/CMD.cpython-311.pyc deleted file mode 100644 index 2165598..0000000 Binary files a/PCPL/__pycache__/CMD.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/ISL.cpython-311.pyc b/PCPL/__pycache__/ISL.cpython-311.pyc deleted file mode 100644 index 7edffc8..0000000 Binary files a/PCPL/__pycache__/ISL.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/__init__.cpython-311.pyc b/PCPL/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index e399bc7..0000000 Binary files a/PCPL/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/compiler.cpython-311.pyc b/PCPL/__pycache__/compiler.cpython-311.pyc deleted file mode 100644 index 22766a9..0000000 Binary files a/PCPL/__pycache__/compiler.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/interpreter.cpython-311.pyc b/PCPL/__pycache__/interpreter.cpython-311.pyc deleted file mode 100644 index 72f5996..0000000 Binary files a/PCPL/__pycache__/interpreter.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/lexer.cpython-311.pyc b/PCPL/__pycache__/lexer.cpython-311.pyc deleted file mode 100644 index ddb44f1..0000000 Binary files a/PCPL/__pycache__/lexer.cpython-311.pyc and /dev/null differ diff --git a/PCPL/__pycache__/statusbar.cpython-311.pyc b/PCPL/__pycache__/statusbar.cpython-311.pyc deleted file mode 100644 index 8e6ab38..0000000 Binary files a/PCPL/__pycache__/statusbar.cpython-311.pyc and /dev/null differ