python/.gitignore

10 lines
97 B
Text
Raw Normal View History

2022-07-25 10:53:22 +02:00
# Excude Python venv
*/bin/*
*/include/*
*/lib/*
*/lib64
*/pyvenv.cfg
*/share/*
2023-04-04 21:39:05 +02:00
# Other
examen/*