# Python
__pycache__/
*.py[cod]
*$py.class

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

# Build / packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# IDE / editor
.vscode/
.idea/
*.suo
*.user
*.userossc
*.sln.docstates

# OS files
.DS_Store
Thumbs.db

# Local logs / temp files
*.log
*.tmp
*.temp

# ComfyUI local runtime leftovers
custom_nodes/**/__pycache__/
