fix: 修复WorkerConfig配置类.env文件读取问题

- 添加缺失的cf_kv_namespace_id字段
- 明确配置env_file=".env"以确保正确读取环境变量
- 更新gitignore忽略__pycache__目录
This commit is contained in:
imeepos
2025-09-19 15:47:21 +08:00
parent ceef34c523
commit 5bac883ee2
2 changed files with 10 additions and 4 deletions

3
.gitignore vendored
View File

@@ -5,4 +5,5 @@
.venv
tests/*
!tests/**/*.py
tests/generate_appendix.py
tests/generate_appendix.py
__pycache__