# Claude context (should always be ignored and is tracked separately)
.claude/context

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv
.venv
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# ENV
.env
.env.*

# Legacy reference repos (large, don't need to track)
legacy/

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/
tests/output/

# Frontend (Node.js/Vue)
frontend/node_modules/
frontend/.vite/
frontend/*.local
frontend/.env
frontend/dist/
*.tsbuildinfo

# Server
server/.orchestrator_venv

# Built frontend output (served by ComfyUI)
web/