# direnv config — auto-loaded on `cd` into this project if you have direnv.
#
# macOS Sequoia auto-hides anything literally named `.venv` inside
# iCloud-synced folders (~/Documents, ~/Desktop). Python 3.12+ silently
# skips hidden .pth files, which breaks editable installs. We override uv's
# default of `.venv` so the env name doesn't trigger the heuristic.
#
# Without direnv, run:    export UV_PROJECT_ENVIRONMENT=venv
# Or simply activate venv/ before running uv commands.
export UV_PROJECT_ENVIRONMENT=venv
