# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.venv
.nx
dist
dist-ssr
*.local

# Claude Code settings
.claude/settings.json

# Editor directories and files
.vscode/*
*.code-workspace
!.vscode/extensions.json
!.vscode/tailwind.json
!.vscode/settings.json.default
!.vscode/launch.json.default
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
components.d.ts

# Ignore test data.
tests-ui/data/*
tests-ui/ComfyUI_examples
tests-ui/workflows/examples

# Browser tests
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
browser_tests/**/*-win32.png

.env

dist.zip

/temp/

# Generated JSON Schemas
/schemas/

# Generated manifest samples
/prd/

# Generated bundle assets
packages/*/src/**/templates/
packages/*/src/**/__pycache__/
packages/*/src/**/*.egg-info/

# Workflow templates assets
# Hosted on https://github.com/Comfy-Org/workflow_templates
/public/templates/
.claude/settings.json
# Temporary repository directory
templates_repo/

# Vite's timestamped config modules
vite.config.mts.timestamp-*.mjs

# Link checker temporary files (generated during CI)
links_to_check.txt
link_sources.json
link_report.txt
link_report_detailed.txt
excluded_links.txt
extracted_links.txt
lychee-report.md
lychee_full_report.txt
.lycheecache
LINK_CHECKER_REPORT.md

# Asset validation report (generated by scripts)
asset_validation_report.md
model_analysis_report.md

# Python cache
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzw
*.pyzwz
__pycache__/
.claude/settings.json
