SXXXXXXX_PyUCC/.envrc
VALLONGOL 4fdd646d60 Chore: Stop tracking files based on .gitignore update.
Untracked files matching the following rules:
- Rule "*.zip": 1 file
2025-11-24 10:15:59 +01:00

8 lines
253 B
Bash

# Auto-activate local virtualenv when entering project directory
# Requires: https://direnv.net/ (recommended)
# If you prefer not to use direnv, simply run: `source .venv/bin/activate`
if [ -f .venv/bin/activate ]; then
source .venv/bin/activate
fi