From 7f80e836029dfd3d81ffe92593d6ccb7769298e3 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 3 Jun 2026 16:47:50 -0600 Subject: Remove __pycache__ from tracking --- devices/__pycache__/__init__.cpython-312.pyc | Bin 292 -> 0 bytes devices/__pycache__/__init__.cpython-314.pyc | Bin 294 -> 0 bytes devices/__pycache__/analog_input.cpython-312.pyc | Bin 24808 -> 0 bytes devices/__pycache__/analog_input.cpython-314.pyc | Bin 27058 -> 0 bytes devices/__pycache__/arduino_device.cpython-312.pyc | Bin 25605 -> 0 bytes devices/__pycache__/arduino_device.cpython-314.pyc | Bin 28664 -> 0 bytes devices/__pycache__/base_device.cpython-312.pyc | Bin 5604 -> 0 bytes devices/__pycache__/base_device.cpython-314.pyc | Bin 7574 -> 0 bytes devices/__pycache__/cml_device.cpython-312.pyc | Bin 21375 -> 0 bytes devices/__pycache__/cml_device.cpython-314.pyc | Bin 25203 -> 0 bytes devices/__pycache__/device_registry.cpython-312.pyc | Bin 4571 -> 0 bytes devices/__pycache__/device_registry.cpython-314.pyc | Bin 5916 -> 0 bytes devices/__pycache__/digital_io.cpython-312.pyc | Bin 20778 -> 0 bytes devices/__pycache__/digital_io.cpython-314.pyc | Bin 24119 -> 0 bytes devices/__pycache__/mark10_device.cpython-312.pyc | Bin 14062 -> 0 bytes devices/__pycache__/mark10_device.cpython-314.pyc | Bin 15850 -> 0 bytes devices/__pycache__/modbus_device.cpython-312.pyc | Bin 23803 -> 0 bytes devices/__pycache__/modbus_device.cpython-314.pyc | Bin 26582 -> 0 bytes devices/__pycache__/nidaqmx_device.cpython-312.pyc | Bin 22337 -> 0 bytes devices/__pycache__/nidaqmx_device.cpython-314.pyc | Bin 25000 -> 0 bytes devices/__pycache__/scpi_device.cpython-312.pyc | Bin 20470 -> 0 bytes devices/__pycache__/scpi_device.cpython-314.pyc | Bin 23264 -> 0 bytes devices/__pycache__/serial_device.cpython-312.pyc | Bin 49685 -> 0 bytes devices/__pycache__/serial_device.cpython-314.pyc | Bin 54957 -> 0 bytes 24 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 devices/__pycache__/__init__.cpython-312.pyc delete mode 100644 devices/__pycache__/__init__.cpython-314.pyc delete mode 100644 devices/__pycache__/analog_input.cpython-312.pyc delete mode 100644 devices/__pycache__/analog_input.cpython-314.pyc delete mode 100644 devices/__pycache__/arduino_device.cpython-312.pyc delete mode 100644 devices/__pycache__/arduino_device.cpython-314.pyc delete mode 100644 devices/__pycache__/base_device.cpython-312.pyc delete mode 100644 devices/__pycache__/base_device.cpython-314.pyc delete mode 100644 devices/__pycache__/cml_device.cpython-312.pyc delete mode 100644 devices/__pycache__/cml_device.cpython-314.pyc delete mode 100644 devices/__pycache__/device_registry.cpython-312.pyc delete mode 100644 devices/__pycache__/device_registry.cpython-314.pyc delete mode 100644 devices/__pycache__/digital_io.cpython-312.pyc delete mode 100644 devices/__pycache__/digital_io.cpython-314.pyc delete mode 100644 devices/__pycache__/mark10_device.cpython-312.pyc delete mode 100644 devices/__pycache__/mark10_device.cpython-314.pyc delete mode 100644 devices/__pycache__/modbus_device.cpython-312.pyc delete mode 100644 devices/__pycache__/modbus_device.cpython-314.pyc delete mode 100644 devices/__pycache__/nidaqmx_device.cpython-312.pyc delete mode 100644 devices/__pycache__/nidaqmx_device.cpython-314.pyc delete mode 100644 devices/__pycache__/scpi_device.cpython-312.pyc delete mode 100644 devices/__pycache__/scpi_device.cpython-314.pyc delete mode 100644 devices/__pycache__/serial_device.cpython-312.pyc delete mode 100644 devices/__pycache__/serial_device.cpython-314.pyc (limited to 'devices/__pycache__') diff --git a/devices/__pycache__/__init__.cpython-312.pyc b/devices/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 0e0929f..0000000 Binary files a/devices/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/__init__.cpython-314.pyc b/devices/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index e06c626..0000000 Binary files a/devices/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/analog_input.cpython-312.pyc b/devices/__pycache__/analog_input.cpython-312.pyc deleted file mode 100644 index f22ffd6..0000000 Binary files a/devices/__pycache__/analog_input.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/analog_input.cpython-314.pyc b/devices/__pycache__/analog_input.cpython-314.pyc deleted file mode 100644 index fe88c04..0000000 Binary files a/devices/__pycache__/analog_input.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/arduino_device.cpython-312.pyc b/devices/__pycache__/arduino_device.cpython-312.pyc deleted file mode 100644 index 7c8c5d8..0000000 Binary files a/devices/__pycache__/arduino_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/arduino_device.cpython-314.pyc b/devices/__pycache__/arduino_device.cpython-314.pyc deleted file mode 100644 index 531488c..0000000 Binary files a/devices/__pycache__/arduino_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/base_device.cpython-312.pyc b/devices/__pycache__/base_device.cpython-312.pyc deleted file mode 100644 index 087e500..0000000 Binary files a/devices/__pycache__/base_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/base_device.cpython-314.pyc b/devices/__pycache__/base_device.cpython-314.pyc deleted file mode 100644 index b8f94f4..0000000 Binary files a/devices/__pycache__/base_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/cml_device.cpython-312.pyc b/devices/__pycache__/cml_device.cpython-312.pyc deleted file mode 100644 index ded108c..0000000 Binary files a/devices/__pycache__/cml_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/cml_device.cpython-314.pyc b/devices/__pycache__/cml_device.cpython-314.pyc deleted file mode 100644 index 4eae5e4..0000000 Binary files a/devices/__pycache__/cml_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/device_registry.cpython-312.pyc b/devices/__pycache__/device_registry.cpython-312.pyc deleted file mode 100644 index 3495e35..0000000 Binary files a/devices/__pycache__/device_registry.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/device_registry.cpython-314.pyc b/devices/__pycache__/device_registry.cpython-314.pyc deleted file mode 100644 index f3f7d3e..0000000 Binary files a/devices/__pycache__/device_registry.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/digital_io.cpython-312.pyc b/devices/__pycache__/digital_io.cpython-312.pyc deleted file mode 100644 index 546f9db..0000000 Binary files a/devices/__pycache__/digital_io.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/digital_io.cpython-314.pyc b/devices/__pycache__/digital_io.cpython-314.pyc deleted file mode 100644 index e0fc182..0000000 Binary files a/devices/__pycache__/digital_io.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/mark10_device.cpython-312.pyc b/devices/__pycache__/mark10_device.cpython-312.pyc deleted file mode 100644 index 3148ba6..0000000 Binary files a/devices/__pycache__/mark10_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/mark10_device.cpython-314.pyc b/devices/__pycache__/mark10_device.cpython-314.pyc deleted file mode 100644 index ca0bdd5..0000000 Binary files a/devices/__pycache__/mark10_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/modbus_device.cpython-312.pyc b/devices/__pycache__/modbus_device.cpython-312.pyc deleted file mode 100644 index 8e59813..0000000 Binary files a/devices/__pycache__/modbus_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/modbus_device.cpython-314.pyc b/devices/__pycache__/modbus_device.cpython-314.pyc deleted file mode 100644 index 7d32d53..0000000 Binary files a/devices/__pycache__/modbus_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/nidaqmx_device.cpython-312.pyc b/devices/__pycache__/nidaqmx_device.cpython-312.pyc deleted file mode 100644 index 04f8f94..0000000 Binary files a/devices/__pycache__/nidaqmx_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/nidaqmx_device.cpython-314.pyc b/devices/__pycache__/nidaqmx_device.cpython-314.pyc deleted file mode 100644 index 27afd3f..0000000 Binary files a/devices/__pycache__/nidaqmx_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/scpi_device.cpython-312.pyc b/devices/__pycache__/scpi_device.cpython-312.pyc deleted file mode 100644 index 87750b8..0000000 Binary files a/devices/__pycache__/scpi_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/scpi_device.cpython-314.pyc b/devices/__pycache__/scpi_device.cpython-314.pyc deleted file mode 100644 index 65af1b5..0000000 Binary files a/devices/__pycache__/scpi_device.cpython-314.pyc and /dev/null differ diff --git a/devices/__pycache__/serial_device.cpython-312.pyc b/devices/__pycache__/serial_device.cpython-312.pyc deleted file mode 100644 index b61267b..0000000 Binary files a/devices/__pycache__/serial_device.cpython-312.pyc and /dev/null differ diff --git a/devices/__pycache__/serial_device.cpython-314.pyc b/devices/__pycache__/serial_device.cpython-314.pyc deleted file mode 100644 index 3263217..0000000 Binary files a/devices/__pycache__/serial_device.cpython-314.pyc and /dev/null differ -- cgit v1.2.3