# Binaries /bin/ *.exe *.test *.out # Go vendor/ # Editor .vscode/ .idea/ *.swp # Local env / secrets .env .env.* !.env.example # Runtime logs(容器 bind mount,目录用 .gitkeep 保留) logs/* !logs/.gitkeep # OS .DS_Store Thumbs.db