# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/blender/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Web files (copied from comfy-3d-viewers package at startup)
web/

# Virtual Environment
venv/
ENV/
env/
_env_*

# comfy-env / pixi
.pixi/
pixi.lock
pixi.toml
.comfy-env-marker.toml

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

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# Model checkpoints and cache
*.ckpt
*.pth
*.pt
checkpoints/
.cache/

# Output files
output/
*.obj
*.ply
*.glb
*.gltf

# Logs
*.log
wandb/

# Temporary files
tmp/
temp/
*.tmp

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
*.cover
.hypothesis/

# comfy-test output
.comfy-test-logs/
