diff --git a/.gitignore b/.gitignore index dd8c8ad..b0f942d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOFTWARE/plotter-app/venv/ -SOFTWARE/plotter-app/__pycache__ \ No newline at end of file +*/venv +*/__pycache__ +__pycache__ diff --git a/SOFTWARE/plotter-app/__pycache__/Gcode_generator.cpython-310.pyc b/SOFTWARE/plotter-app/__pycache__/Gcode_generator.cpython-310.pyc deleted file mode 100644 index 142b174..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/Gcode_generator.cpython-310.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/Gcode_generator.cpython-311.pyc b/SOFTWARE/plotter-app/__pycache__/Gcode_generator.cpython-311.pyc deleted file mode 100644 index 4368b02..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/Gcode_generator.cpython-311.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/app.cpython-310.pyc b/SOFTWARE/plotter-app/__pycache__/app.cpython-310.pyc deleted file mode 100644 index 35a4ac1..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/app.cpython-310.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/app.cpython-311.pyc b/SOFTWARE/plotter-app/__pycache__/app.cpython-311.pyc deleted file mode 100644 index 3195915..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/app.cpython-311.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/app.cpython-38.pyc b/SOFTWARE/plotter-app/__pycache__/app.cpython-38.pyc deleted file mode 100644 index 41ea585..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/app.cpython-38.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/streamer.cpython-310.pyc b/SOFTWARE/plotter-app/__pycache__/streamer.cpython-310.pyc deleted file mode 100644 index 9f939ba..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/streamer.cpython-310.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/streamer.cpython-311.pyc b/SOFTWARE/plotter-app/__pycache__/streamer.cpython-311.pyc deleted file mode 100644 index b7c6b52..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/streamer.cpython-311.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/streamer.cpython-38.pyc b/SOFTWARE/plotter-app/__pycache__/streamer.cpython-38.pyc deleted file mode 100644 index 2112b0e..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/streamer.cpython-38.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-310.pyc b/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-310.pyc deleted file mode 100644 index e5dd2e9..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-310.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-311.pyc b/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-311.pyc deleted file mode 100644 index 73618fe..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-311.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-38.pyc b/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-38.pyc deleted file mode 100644 index 0526065..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/svgToGcode.cpython-38.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/text_to_gcode.cpython-310.pyc b/SOFTWARE/plotter-app/__pycache__/text_to_gcode.cpython-310.pyc deleted file mode 100644 index 3b134c3..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/text_to_gcode.cpython-310.pyc and /dev/null differ diff --git a/SOFTWARE/plotter-app/__pycache__/text_to_gcode.cpython-311.pyc b/SOFTWARE/plotter-app/__pycache__/text_to_gcode.cpython-311.pyc deleted file mode 100644 index 000250a..0000000 Binary files a/SOFTWARE/plotter-app/__pycache__/text_to_gcode.cpython-311.pyc and /dev/null differ