From 98e0e7884862c5cc5e813857f7bf1c3326e5b715 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 8 Jan 2024 12:47:03 +1100 Subject: [PATCH] Add .gitignore for venv dir --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb03f1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.swp +*~ +/venv/