update gitignore to ignore python .venv folder

This commit is contained in:
2024-09-16 13:02:12 +02:00
parent 4ece44b78b
commit 131852f4f4

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ certbot/
# database/mysql.ibd
# database/undo*
# database/#innodb_redo/#ib_redo*
.venv