feat: Add .venv to .gitignore and improve script error handling
Adds the `.venv` directory to the `.gitignore` file to prevent accidental commits. Also, enhances the `scripts/setup-python.sh` script to include error handling for the `pip install` command, providing a more informative message if the upgrade fails.
This commit is contained in:
+3
-1
@@ -66,4 +66,6 @@ temp/
|
||||
|
||||
exports/*
|
||||
|
||||
.agent-builder-sessions/*
|
||||
.agent-builder-sessions/*
|
||||
|
||||
.venv
|
||||
|
||||
Reference in New Issue
Block a user