From 96ae205e2e75da16761e9ea3f4ae058b66f01ef3 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 27 Apr 2026 20:53:20 -0500 Subject: [PATCH] feat(build123d): add .envrc to the template --- build123d/template/.envrc | 1 + build123d/template/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 build123d/template/.envrc diff --git a/build123d/template/.envrc b/build123d/template/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/build123d/template/.envrc @@ -0,0 +1 @@ +use flake diff --git a/build123d/template/.gitignore b/build123d/template/.gitignore index 2305bbe..3b397af 100644 --- a/build123d/template/.gitignore +++ b/build123d/template/.gitignore @@ -155,7 +155,6 @@ activemq-data/ # Environments .env -.envrc .venv env/ venv/