# Python
venv/
__pycache__/
*.pyc

# Office 临时文件（关键！）
~$*
*.docx
*.doc
*.tmp

# 系统文件
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/"~$*" 
