python/.gitignore

10 lines
97 B
Plaintext
Raw Normal View History

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