From 716801e92dfe58b4058e455316fd2b23de787b6f Mon Sep 17 00:00:00 2001 From: wovw Date: Sun, 18 Jan 2026 00:17:14 -0800 Subject: [PATCH] gitignore: add .direnv dir (#26198) ### What does this PR do? The `.direnv` folder is created by [direnv](https://direnv.net/) when using `use flake` in `.envrc` to automatically load the Nix development shell. Since the repo already includes a flake.nix, developers on NixOS commonly use direnv (via nix-direnv) to auto-load the environment. This folder contains cached environment data and should not be committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 528cf0fa5f..5deace34dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .claude/settings.local.json +.direnv .DS_Store .env .envrc