python/.gitignore
2023-04-05 14:23:04 +02:00

7 lines
81 B
Text

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