初始化 Python 项目,添加 Gitea Actions 工作流和基本测试

This commit is contained in:
2026-06-08 22:27:17 +08:00
commit f808f51870
7 changed files with 85 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv