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:
parent
3d39af7a98
commit
4c8a8dbbe7
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ i18n/*/LC_MESSAGES/*.mo
|
|||
.git/
|
||||
assets/
|
||||
composer.phar
|
||||
venv/
|
Loading…
Reference in a new issue