# 日志文件
*.log

# 临时文件
temp/
*.tmp

# 编译输出
dist/
build/

# IDE
.idea/
.vscode/

# 系统文件
.DS_Store
Thumbs.db

# 密钥文件
*.key
.env