train base and gitignore files

This commit is contained in:
徐学颢
2026-03-11 09:54:29 +08:00
parent 1f4ab43c3c
commit 0e402c2b4c
5 changed files with 1433 additions and 0 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/