fix: 从仓库移除运行时数据文件,添加 .gitignore

This commit is contained in:
2026-04-20 12:30:54 +08:00
parent 9e3308db12
commit 0ccfcc4903
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.