Files
BLD_sync/.gitignore
Misaka_Company 8639fedf74 refactor: move credentials to .env and add python-dotenv support
Replace hardcoded database credentials, ntfy tokens, and Uptime Kuma
push URLs with environment variable lookups via python-dotenv.
Add .env.example template and update .gitignore to exclude .env.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-12 12:27:45 +08:00

14 lines
110 B
Plaintext

__pycache__/
.venv
build
dist
log
*.spec
temp
# 环境变量
.env
# Claude 临时文件
.claude/
tmpclaude-*