Update .gitignore and add files

This commit is contained in:
jrhlh
2025-07-17 23:13:04 +08:00
commit 39cedd4073
257 changed files with 34603 additions and 0 deletions

5
back/exts.py Normal file
View File

@ -0,0 +1,5 @@
# from flask_sqlalchemy import SQLAlchemy
# from flask_migrate import Migrate
#
# db = SQLAlchemy()
# migrate = Migrate()