19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
# 环境配置(含密钥,禁止提交)
|
|
.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
|