chore: use direnv to manage python venv
This commit is contained in:
@@ -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
|
||||
@@ -116,3 +116,4 @@ via*.json
|
||||
!keyboards/keychron/*/firmware/*.bin
|
||||
/.claude_session
|
||||
/.remember/tmp/save-session.pid
|
||||
/.direnv/CACHEDIR.TAG
|
||||
|
||||
Reference in New Issue
Block a user