- 添加缺失的cf_kv_namespace_id字段 - 明确配置env_file=".env"以确保正确读取环境变量 - 更新gitignore忽略__pycache__目录
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
.pypirc
|
|
.env
|
|
.runtime.env
|
|
.idea
|
|
.venv
|
|
tests/*
|
|
!tests/**/*.py
|
|
tests/generate_appendix.py
|
|
__pycache__ |