fix: 修复一些运行时问题

This commit is contained in:
2026-03-01 15:47:07 +08:00
parent 6089a12cef
commit 80e17418b4
8 changed files with 60 additions and 71 deletions
+10 -13
View File
@@ -1,15 +1,12 @@
# cache
__pycache__
.pytest_cache
# Ignore everything
*
# params
params/*
# Allow directories to be traversed
!*/
# vscode file
.vscode
# build file
build
*.egg-info
*.ipynb
# Allow specific file types and root files
!*.py
!*.md
!*.png
!LICENSE
!pyproject.toml