# IDE 临时文件
.vscode/
.idea/
*.swp
*.swo
*~

# 操作系统临时文件
.DS_Store
Thumbs.db
desktop.ini

# 编辑器备份文件
*.bak
*.tmp
*.orig

# 日志文件
*.log
