diff --git a/.gitignore b/.gitignore index 74685b8..9ff54ca 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,24 @@ .vscode/c_cpp_properties.json .vscode/launch.json .vscode/ipch -out/* \ No newline at end of file +out/* + +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +*.egg-info/ +dist/ +build/ + +# IDEs +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db \ No newline at end of file diff --git a/__pycache__/serial_utils.cpython-312.pyc b/__pycache__/serial_utils.cpython-312.pyc deleted file mode 100644 index 0c41c14..0000000 Binary files a/__pycache__/serial_utils.cpython-312.pyc and /dev/null differ