python/.gitignore

9 lines
81 B
Plaintext
Raw Normal View History

2022-07-25 08:53:22 +00:00
# Excude Python venv
*/bin/*
*/include/*
*/lib/*
*/lib64
*/pyvenv.cfg
*/share/*