# Mnemex project environment configuration
# Python version: 3.10+ (currently using 3.12.11)
# Use the existing .venv virtual environment
# This approach tells direnv to use the .venv directory
export VIRTUAL_ENV=$PWD/.venv
layout python3
# Set prompt name for virtual environment
# (Starship and other modern prompts read this variable)
export VIRTUAL_ENV_PROMPT="mnemex"
# Load any environment variables from .env file if it exists
dotenv_if_exists .env