From 1207bac2152e32fdacc33e99afaa375c0c721482 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Sat, 24 Oct 2020 22:26:31 +0200 Subject: [PATCH] Ignore python venvs --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9b4042e3..fe95829d 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,7 @@ CMakeFiles/ # Host OS leftovers .DS_Store -/firmware/CMakeCache.txt \ No newline at end of file +/firmware/CMakeCache.txt + +# Python env +env/ \ No newline at end of file