# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Jupyter
.ipynb_checkpoints/*
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# Temporary files
tmp/
*.tmp
*.temp

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

# pixi / comfy-env
#   Generated by comfy-env installer - not committed to version control
.pixi/
pixi.toml
pixi.lock
_env_*
.comfy-env-marker.toml

# Built web assets
web/

