# 系统文件
.DS_Store
Thumbs.db
Desktop.ini

# 编辑器配置
.vscode/
.idea/
*.swp
*.swo
*~

# 临时文件
*.tmp
*.log
*.cache

# 上传文件
uploads/
temp/

# 配置文件（包含敏感信息）
# config.php

# 备份文件
*.backup
*.bak

# 压缩文件
*.zip
*.rar
*.tar.gz

# node_modules
node_modules/

# 测试文件
tests/
*.test.php
