chore: use direnv to manage python venv

This commit is contained in:
2026-04-09 00:12:20 -04:00
parent d52d55e442
commit 41fe2a11bd
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Set the root of the virtual environment
export VIRTUAL_ENV=$PWD/.venv
# Add the venv's bin folder to the start of your PATH
PATH_add .venv/bin
+1
View File
@@ -116,3 +116,4 @@ via*.json
!keyboards/keychron/*/firmware/*.bin !keyboards/keychron/*/firmware/*.bin
/.claude_session /.claude_session
/.remember/tmp/save-session.pid /.remember/tmp/save-session.pid
/.direnv/CACHEDIR.TAG