# ===== Go build artifacts ===== bridge-server *.exe *.exe~ *.dll *.so *.dylib *.test *.out # Go workspace file (optional; commit only if you intentionally use it) go.work # ===== Dependency / module cache (never commit) ===== vendor/ # ===== Environment / secrets ===== .env .env.* tokens.json tokens.local.json # ===== Logs ===== *.log logs/ # ===== OS junk ===== .DS_Store Thumbs.db # ===== IDEs ===== .idea/ .vscode/ *.swp *.swo # ===== Coverage ===== coverage.out coverage.html