diff --git a/.gitignore b/.gitignore index 098e05e..9f3b2f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .venv/ -.vscode/ \ No newline at end of file +.vscode/ +.direnv/ +.envrc \ No newline at end of file diff --git a/flake.nix b/flake.nix index fb477c2..e8202e0 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ # Optional: Define environment variables for the shell shellHook = '' echo "🐍 Entering Python 3.12 development environment." - echo " (Pandas and Requests are available)" + echo " (pip and Requests are available)" python --version ''; };