Python venv file exclusion

This commit is contained in:
F. Y. H. 2022-07-25 10:53:22 +02:00
parent a33d741bd3
commit 011fdb5cab

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# Excude Python venv
*/bin/*
*/include/*
*/lib/*
*/lib64
*/pyvenv.cfg
*/share/*