Add .direnv/ to .gitignore
.direnv/
.gitignore
When direnv runs for the first time in this repo, it makes a .direnv/ directory, which then makes git sad because it's not tracked. Let's not track it!
direnv