feat: 修复报错
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
build/
|
||||
dist/
|
||||
venv/
|
||||
.venv/
|
||||
*.log
|
||||
*.csv
|
||||
*.db
|
||||
data/
|
||||
!data/.gitkeep
|
||||
Reference in New Issue
Block a user