chore: update .gitignore with temp files and venv

This commit is contained in:
2026-06-13 14:10:18 +02:00
parent 6c1a8cd281
commit ad326c7efa
+9
View File
@@ -33,3 +33,12 @@ lerna-debug.log*
*.njsproj
*.sln
*.sw?
# python / environments
.venv/
venv/
# temporary files
temp.txt
.tmp
scratch/