diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aedc8d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Python bytecode +*.pyc + +# Logs +*.log + +# Virtualenv +venv/ + +# Build +build/ +dist/ +__pycache__/ + +# IDE +.vscode/ +.idea/ \ No newline at end of file diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..cac33ab --- /dev/null +++ b/requirement.txt @@ -0,0 +1,2 @@ +paho-mqtt==2.1.0 +pyinstaller==6.13.0 \ No newline at end of file