We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad62e50 commit 397eb0cCopy full SHA for 397eb0c
.gitignore
@@ -61,6 +61,7 @@ htmlcov/
61
# 生成文件
62
zsim/data/APLData/custom/*
63
*out*
64
+.nul
65
66
# gemini-cli settings
67
.gemini/
pyproject.toml
@@ -26,7 +26,7 @@ noconfirm = true
26
27
[project]
28
name = "zzz-simulator"
29
-version = "0.3.4a3"
+version = "0.3.5"
30
description = "A simulator for ZZZ game"
31
requires-python = ">=3.12"
32
dependencies = [
0 commit comments