python/.gitignore

10 lines
98 B
Text
Raw Normal View History

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