1 Commits

Author SHA1 Message Date
0ccfcc4903 fix: 从仓库移除运行时数据文件,添加 .gitignore 2026-04-20 12:30:54 +08:00
2 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# 运行时生成的数据目录
data/
# Python
__pycache__/
*.pyc
*.pyo
# IDE
.vscode/
.idea/

Binary file not shown.