Automates Python virtual environment creation, dependencies install and environment activation on directory change.
- Auto detects Python requirements.txt or toml files
- Verifies if .venv exists
- Installs with uv or uv pip
Deactivates the environment on cd-ing out