Files
comfyui_o1key/.gitignore
T
o1keyandClaude Sonnet 4.5 9ab209b2b7 feat: sync latest local version as authoritative codebase
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]>
2026-04-03 16:18:45 +08:00

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