From 3debece5d3a6651eb593a7054622e642fb1cd7bd Mon Sep 17 00:00:00 2001 From: bwstudio Date: Sat, 5 Sep 2026 14:40:26 +0800 Subject: [PATCH] =?UTF-8?q?0905=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中新增 .workbuddy/ 目录(WorkBuddy 运行时数据,不入版本库) - 工程基线:venv 已建(Python 3.11.7)、迁移已生成、admin 种子数据已灌入 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9bb966f..503480c 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,7 @@ migrations/ static/upload/ # flask session -flask_session/ \ No newline at end of file +flask_session/ + +# WorkBuddy 运行时目录(不应纳入版本管理) +.workbuddy/ \ No newline at end of file