From 9f475376e383c157c0be66486974f757defd5282 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Wed, 1 Jan 2020 23:35:41 +0100 Subject: [PATCH] meta(git): Ignore the virtualenv and editor configuration --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1cc48a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.venv +/.vscode