feat: add envrc

This commit is contained in:
Barrett Ruth 2025-12-07 16:19:42 -06:00
parent 3c3e6172fc
commit ecd76795ce

3
.envrc Normal file
View file

@ -0,0 +1,3 @@
VIRTUAL_ENV="$PWD/.venv"
PATH_add "$VIRTUAL_ENV/bin"
export VIRTUAL_ENV