# 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

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

# IDE and editor configs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# AI agent configs
.claude/
.opencode/
.roo/
.cursor/
.windsurf/
.kilocodemodes
.github/
.github/agents/*

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Temporary files
*.tmp
*.temp
*.log

# Screenshots in root (keep the one in ComfyUI_CameraAngleSelector/)
/Screenshot*.png
