From 011fdb5cab484f1fd5c8a7bb4e6dafd4de7a01f9 Mon Sep 17 00:00:00 2001 From: Alnotz Date: Mon, 25 Jul 2022 10:53:22 +0200 Subject: [PATCH] Python venv file exclusion --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a1adb5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Excude Python venv +*/bin/* +*/include/* +*/lib/* +*/lib64 +*/pyvenv.cfg +*/share/* +