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

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

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

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

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

# Temporary files
*.tmp
*.temp
temp/
tmp/

# Logs
*.log
logs/

# Screenshots and test artifacts
ss.png
screenshot*.png
test_*.png

# Development and testing files
test_*.py
*_test.py
tests/scratch/
scratch/
debug/
.debug/

# Node modules (if any JS dependencies are added)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Project specific
plan.md
notes.md
TODO.md
SCRATCH.md

# ComfyUI specific ignores
*.safetensors
*.ckpt
*.pth
models/
input/
output/
temp/

# Backup files
*.bak
*.backup
*~

# Local configuration files
config.local.*
.env.local