添加 GitHub Actions 工作流以同步容器镜像,更新 .gitignore 和 Python 版本文件,添加项目描述和依赖项
Some checks failed
Sync Container Images / sync-images (push) Failing after 30s
Some checks failed
Sync Container Images / sync-images (push) Failing after 30s
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# python
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
.venv
|
||||
venv
|
Reference in New Issue
Block a user