补全文件

This commit is contained in:
sunyg 2025-05-15 15:02:40 +08:00
parent ff64c4eab0
commit 9846f8b501
2 changed files with 19 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Python bytecode
*.pyc
# Logs
*.log
# Virtualenv
venv/
# Build
build/
dist/
__pycache__/
# IDE
.vscode/
.idea/

2
requirement.txt Normal file
View File

@ -0,0 +1,2 @@
paho-mqtt==2.1.0
pyinstaller==6.13.0