From 6779b4c1363a8f2cb72c4223cdb0f13105184367 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 30 Jul 2019 22:01:46 -0500 Subject: [PATCH] add gitignore, ignore pyc (compiled python) and swp (vim swap) files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b06eacc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.pyc +*.swp