From be34c6e88fb88566eb49df75836c9f83337f5cac Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 4 Jan 2026 14:59:50 +0100 Subject: [PATCH] More complete direnv config --- .gitignore | 1 + README.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac5aa92..f2b794b 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,7 @@ ENV/ # vim *.swp +*.swo # Zed editor .zed diff --git a/README.rst b/README.rst index 2b99b2b..2a2ba6a 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ necessary packages: git clone https://codeberg.org/diginaut/digimarks.git cd digimarks # direnv will now create or activate a virtualenv - # See https://github.com/direnv/direnv/wiki/Python#uv for direnv uv config + # See https://codeberg.org/diginaut/dotfiles/src/branch/master/.config/direnv/direnvrc for direnv uv config # If you just want to run it, no need for development dependencies uv sync --active --no-dev # Otherwise, install everything in the active virtualenv