59a88a9afe
Use stdlib pbkdf2 for admin passwords so init_db works reliably. Remove .env from git to avoid pull conflicts on VPS. Verify flask install before database init. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
# 部署生成的客户端配置与运行时数据
|
|
client/generated/
|
|
data/
|
|
panel/venv/
|
|
|
|
# 本地环境配置(勿提交密钥)
|
|
.env
|
|
# 临时文件
|
|
*.log
|
|
.DS_Store
|