mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
73 lines
822 B
Plaintext
73 lines
822 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/
|
|
.se*/
|
|
.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/
|