这是使用PyQT5作为UI的首次提交,将后端和UI合并到1个工程中,统一使用了Python,没有使用JS和HTML
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# 忽略 build 和 dist 目录
|
||||
build/
|
||||
dist/
|
||||
|
||||
# 其他常见忽略项(可选)
|
||||
*.pyc
|
||||
*.log
|
||||
.idea/
|
||||
.vscode/
|
||||
.qoder/
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user