diff --git a/.gitignore b/.gitignore
index 8e5611b355dda4c8d911861ae7100abc5651fc96..c70d8bad189ace407a320cd9ac461af3844d6bbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 00-local
 20-host
 90-host-late
+95-host-late-local
 
 # Ignore vim netrw history
 .netrwhist
diff --git a/README.md b/README.md
index bfe97936788f0b575fedf7c3941d9e40d6a66d53..a42a6808bfe78a9e46a4c5b36dfecd08e1a05b6c 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,9 @@ Reserved files in `envrcd.d`
 These files should only exist locally and are ignored by git
 
 - `00-local`: `ENVRCD_SET_*` (contains user settings, exists only in your private home)
-- `20-host`: `ENVRCD_INVENTORY` (host specific environment vars)
-- `90-host-late`: host aliases (host specific alias overrides)
+- `20-host`: `ENVRCD_INVENTORY` (host specific environment vars, ansible managed)
+- `90-host-late`: host aliases (host specific alias overrides, ansible managed)
+- `95-host-late-local`: local only (host specific overrides, locally managed)
 
 ### 00-local: `~/.envrcd/envrcd.d/00-local`