Initial commit: MyBlog full stack blog

This commit is contained in:
2026-08-22 22:28:41 +08:00
commit c61193f2af
64 changed files with 7290 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 环境配置(含密钥,禁止提交)
.env
# Python
__pycache__/
*.py[cod]
# 数据库与上传文件
backend/blog.db
uploads/
# 系统文件
.DS_Store
Thumbs.db
# IP 白名单自动更新(家庭端运行数据,含密钥,禁止提交)
deploy/ipwatch/ipwatch.conf
deploy/ipwatch/lastip.txt
deploy/ipwatch/ipwatch.log