python/.gitignore
2023-04-04 21:39:05 +02:00

9 lines
97 B
Text

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