Files
jiedian/.gitignore
T
dekun 59a88a9afe fix: panel init without werkzeug; stop tracking .env
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>
2026-06-16 09:17:43 +08:00

11 lines
176 B
Plaintext

# 部署生成的客户端配置与运行时数据
client/generated/
data/
panel/venv/
# 本地环境配置(勿提交密钥)
.env
# 临时文件
*.log
.DS_Store