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

10 lines
97 B
Plaintext

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