# 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

# 虚拟环境
venv/
ENV/
env/
.venv

# IDE 相关
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# 操作系统相关
.DS_Store
Thumbs.db
desktop.ini

# 测试相关
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# 日志文件
*.log
logs/

# 临时文件
*.tmp
*.temp
.temp/
.tmp/

# ComfyUI 相关
*.safetensors
*.ckpt
*.pth
models/
input/
output/
temp/

# 个人配置
.env
.env.local
config.local.json
settings.local.json 