# --- secrets / env（不要 commit 實值）---
infra/.env
infra/etc/haixun.env
/opt/haixun/

# --- build 產物 ---
backend/bin/
frontend/dist/

# --- 依賴 ---
node_modules/

# --- 其他 ---
*.log
.DS_Store
