# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments (если создаются внутри папки)
.venv/
venv/
env/

# Logs and temporary files generated by the application
*.log
temp/

# Files generated by ComfyUI itself (usually)
output/
ComfyUI_windows_portable.exe.log

# Build artifacts
*.egg-info/
.eggs/
*.spec
build/
dist/

# OS specific files
.DS_Store
Thumbs.db