diff --git a/.gitignore b/.gitignore index 63e0b89..b9ce045 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # ─── Rust / Cargo ─────────────────────────────────────────────────────────── # Build output for the whole workspace (Cargo.lock IS committed — it's an app). /target/ +# ...et les target/ des sous-crates du workspace (règle non ancrée). +target/ **/*.rs.bk # ─── Node / frontend ────────────────────────────────────────────────────────