new: Completed support for migrating images to Tencent Cloud COS

This commit is contained in:
yv1ing
2024-12-16 12:24:28 +08:00
parent 522a1d203e
commit 52e023d5b1
10 changed files with 180 additions and 2 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class
# Work dir and files
.idea
# C extensions
*.so
@@ -122,7 +125,6 @@ celerybeat.pid
*.sage.py
# Environments
.env
.venv
env/
venv/