# Dependencies
node_modules/
pnpm-lock.yaml

# Build outputs
# Note: js/ is NOT ignored because it contains the runtime files for ComfyUI
dist/
js/backup/

# Test artifacts
coverage/
test-results/
playwright-report/
playwright/.cache/

# TypeScript
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
.eggs/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*

# Docs
Browser_Console_Errors.md
errors.md
DEVELOPMENT.md

# Legacy source files
old_link_animations.js
old_node_animations.js
link_animations.js
node_animations.js
