# 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
*.ipynb_checkpoints

# comfy-env environments
_env_*
_root_env

# Virtual environments
venv/
ENV/
env/

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

# Model weights and checkpoints
weights/
*.pth
*.ckpt
*.safetensors
*.pt

# Temporary files
*.tmp
*.log
.DS_Store
test_model_loading.py

# CUDA compilation
*.o
*.cu.o
