Complete rewrite/sync of comfyui_o1key custom nodes. Treat this commit as the current canonical version. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
28 lines
291 B
Plaintext
28 lines
291 B
Plaintext
# .config 文件包含敏感信息,不提交到版本控制
|
|
# 用户可通过 setup_api_key.bat 自动创建本地配置
|
|
.config
|
|
|
|
# Python 缓存
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# 环境
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|