From ad326c7efabd19d058f0027ebfbd7171f3bcd7cc Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Sat, 13 Jun 2026 14:10:18 +0200 Subject: [PATCH] chore: update .gitignore with temp files and venv --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index b15f6ab..b72cf8a 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,12 @@ lerna-debug.log* *.njsproj *.sln *.sw? + +# python / environments +.venv/ +venv/ + +# temporary files +temp.txt +.tmp +scratch/