first init

This commit is contained in:
xingc
2025-02-18 14:26:47 +08:00
commit 48a02974fc
41 changed files with 2297 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
.idea
# 虚拟环境
.venv
venv
tests
uploads
**/__pycache__
**/*.zip
**/*.log
**/*.py[co]