# Python artifacts
__pycache__/
*.py[cod]
*.so
*.egg-info/

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

# Local configuration secrets
.env
.env.*

# ComfyUI prompt history storage
prompt_history_gallery/data/prompt_history.db
prompt_history_gallery/data/prompt_history.db-*

# Front-end build output
node_modules/
dist/
.parcel-cache/

# Logs & temp files
*.log
*.tmp

# OS files
.DS_Store
Thumbs.db

# IDE metadata
.idea/
.vscode/

# publish outputs
node.zip
