mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
Refresh host compatibility anchors and governance expectations for current ComfyUI, frontend, and desktop references. Add inactive branch suppression for workflow portability and preflight diagnostics, including Explorer rendering and regression coverage. Validation: powershell -File scripts/run_full_tests_windows.ps1 passed.
72 lines
816 B
Plaintext
72 lines
816 B
Plaintext
*.pyd
|
|
.venv-wsl/
|
|
.tox/
|
|
.coverage.*
|
|
*.cover
|
|
AGEN*.md
|
|
scripts/sync_split.py
|
|
tests_output.txt
|
|
playwright/.cache/
|
|
openclaw_state/
|
|
moltbot_state/
|
|
test_output.txt
|
|
test_auth_out.txt
|
|
connector_state.json*
|
|
*.swp
|
|
|
|
# Agent/local project exclusions
|
|
.pla*/
|
|
reference/
|
|
REFERENCE/
|
|
.reference/
|
|
ROA*.md
|
|
roa*.md
|
|
AG*.md
|
|
|
|
# Secrets and local environment
|
|
.env
|
|
.env.*
|
|
*.env
|
|
!.env.example
|
|
!.env.sample
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
.venv/
|
|
.venv-*/
|
|
venv/
|
|
ENV/
|
|
|
|
# Node / frontend tests
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
playwright-report/
|
|
test-results/
|
|
coverage/
|
|
|
|
# Build, cache, temp, and local tool output
|
|
dist/
|
|
build/
|
|
.cache/
|
|
.tmp/
|
|
tmp/
|
|
temp/
|
|
*.log
|
|
|
|
# OS and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|