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.
This commit is contained in:
Kumi 2024-11-04 18:57:13 +01:00
parent 3d39af7a98
commit 4c8a8dbbe7
Signed by: kumi
GPG key ID: ECBCC9082395383F

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ i18n/*/LC_MESSAGES/*.mo
.git/ .git/
assets/ assets/
composer.phar composer.phar
venv/