Files
ComfyUI-OpenClaw/.gitignore
T
rookiestar28 6f5d8c06e9 feat(preflight): align inactive branch diagnostics
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.
2026-04-26 20:06:03 +08:00

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/