python/.gitignore

8 lines
81 B
Plaintext
Raw Normal View History

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