Add .gitignore and amend communication

This commit is contained in:
徐学颢
2026-03-12 20:12:00 +08:00
parent 1f4ab43c3c
commit 02afa3c1fc
3 changed files with 82 additions and 6 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
.venv/
.vscode/
**/__pycache__/
poetry.lock
poetry.toml
**/*.log
**/*.txt
**/build/
**/install/
**/log/
*.spec
dist/