# ComfyUI-QwenVL-Mod Git Ignore File

# Python
__pycache__/
*.py[cod]
*.pyc
*$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/
env/
ENV/

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# ComfyUI specific
models/
input/
output/
temp/
*.jpg
*.jpeg
*.gif
*.webp
*.mp4
*.avi
*.mov
*.webm

# Docker
.dockerignore
Dockerfile*
docker-compose*.yml

# Node modules
node_modules/
npm-debug.log*

# Jupyter
.ipynb_checkpoints/

# Prompt cache files
prompt_cache.json

# Personal build scripts and backups (don't commit to shared repo)
runpod/
example_workflows/
vastai/build-and-push-*.sh

# VastAI README files (keep local, not for shared repo)
vastai/READMECivitai.md
vastai/READMEVast4090.md
vastai/READMEVast5090.md
