项目初次提交

This commit is contained in:
2025-04-11 08:54:28 +08:00
commit 9e14a3256f
220 changed files with 15673 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# Editor directories and files
.idea/
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
logs/*
!logs/.gitkeep
temp/*
!temp/.gitkeep
!alembic/versions/.gitkeep
# dotenv
.env
# virtualenv
venv/
ENV/
# Spyder business settings
.spyderproject
# Rope business settings
.ropeproject
*.db
.DS_Store
__pycache__
!migrations/__init__.py
*.pyc