# 敏感文件
.env
.env.*

# 运行产物
*.exe
*.bak
*.tmp
*.log

# 测试缓存
.phpunit.result.cache

# 虚拟环境 / 依赖
venv/

# 系统与 IDE
.DS_Store
Thumbs.db
.idea/
.vscode/