fixed more shit again

This commit is contained in:
Bart Koolen 2025-10-19 20:02:33 +02:00
parent 082a4cea8e
commit d6529c4f30
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,2 +1,4 @@
.venv/
.vscode/
.vscode/
.direnv/
.envrc

View file

@ -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
'';
};