reformatting

This commit is contained in:
Brunsmeier
2026-05-21 14:05:06 +08:00
parent a4796d070a
commit b1b17ba9f5
19 changed files with 0 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# Python 缓存文件
__pycache__/
*.py[cod]
*.class
*.pyc
*.cache
.pytest_cache/
# IDE 配置文件(可选,若不需要提交 IDE 配置)
.idea/
*.csv
# PyInstaller 打包产物
build/
dist/
# 运行时生成文件
ui_settings.json
# VSCode 配置
.vscode/