remove gitignore

This commit is contained in:
Ubuntu
2025-09-11 13:29:12 +00:00
parent 45bcf4274f
commit 9fdfed9655
11605 changed files with 6174940 additions and 127 deletions

View File

@@ -0,0 +1,6 @@
# wsgi.py
from bootstrap import bootstrap_paths
bootstrap_paths()
from apps import create_app
# 提供一个可被 WSGI/进程管理器导入的 app 对象
app = create_app()