added python env folders to ignore

This commit is contained in:
2026-09-04 10:49:24 +02:00
parent 81d0ca6407
commit 0f9bcd0c7a
+7
View File
@@ -12,6 +12,13 @@
# Built Visual Studio Code Extensions
*.vsix
# Python
venv/
env/
venv/*
env/*
# Project specific
.env
*.html
.DS_Store