新增.gitignore和.cursorindexingignore文件,更新config.py以包含Flask配置和日志设置,完善README文档,添加LICENSE文件,优化main.py中的数据库导入和日志记录,更新requirements.txt以反映依赖项变更,改进admin.html的样式和结构,确保项目结构清晰且符合开源标准。

This commit is contained in:
dockermen
2025-04-21 16:09:18 +08:00
parent c4ce2fc5a4
commit 60cb5339e2
22 changed files with 7806 additions and 302 deletions

2
.cursorindexingignore Normal file
View File

@ -0,0 +1,2 @@
# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
.specstory/**