python/.gitignore

9 lines
81 B
Plaintext

# Excude Python venv
*/bin/*
*/include/*
*/lib/*
*/lib64
*/pyvenv.cfg
*/share/*