fix: 修复一些运行时问题
This commit is contained in:
+10
-13
@@ -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
|
||||
Reference in New Issue
Block a user