From 4c8a8dbbe7791afd47bed56d6309c9b6e7af9740 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 4 Nov 2024 18:57:13 +0100 Subject: [PATCH] chore: update .gitignore for Python virtual env Added 'venv/' to the .gitignore file to exclude Python virtual environment directories from version control, ensuring a cleaner repository and preventing the accidental inclusion of unnecessary files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9244c67..7dbb475 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ i18n/*/LC_MESSAGES/*.mo .git/ assets/ composer.phar +venv/ \ No newline at end of file