diff --git a/.gitignore b/.gitignore index 9d858677..2d9579dd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ node_modules/ __pycache__/ *.tsbuildinfo venv/ +backend/logs/ diff --git a/backend/logs/uvicorn.log b/backend/logs/uvicorn.log deleted file mode 100644 index 0352e968..00000000 --- a/backend/logs/uvicorn.log +++ /dev/null @@ -1,6 +0,0 @@ -INFO: Started server process [700361] -INFO: Waiting for application startup. -2026-08-11 00:39:30 [INFO] cma: CMA数据库已初始化 -2026-08-11 00:39:30 [INFO] cma: 管理会计OS后端启动完成 -INFO: Application startup complete. -INFO: Uvicorn running on http://0.0.0.0:8010 (Press CTRL+C to quit)