# 执行文件排除
*.exe
*.dll
*.bin
*.so
*.dylib

# Conda环境排除
.conda/
envs/

# Python通用排除
__pycache__/
*.pyc
*.pyo
*.pyd

# 临时文件
*.tmp
*.swp
*~