From 87e3f065629acf640790a23950381a9d4226b9be Mon Sep 17 00:00:00 2001 From: ryleu <69326171+ryleu@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:47:50 -0500 Subject: [PATCH] add direnv .envrc --- .envrc | 1 + .gitignore | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/.gitignore b/.gitignore index 960675a..71add28 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ log/ .vscode/ #Pycache folder -__pycache__/ \ No newline at end of file +__pycache__/ + +#Direnv +.direnv/