build: add .envrc for direnv integration

This commit is contained in:
Jon Seager 2026-02-15 13:51:12 +00:00
parent 76da3d9bff
commit 488e7f9d74
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use flake

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
target/ target/
reviews/ reviews/
result* result*
.direnv/
# SQLite database files # SQLite database files
*.db *.db