python/.gitignore

8 lines
81 B
Plaintext

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