From 3077ca60ca83b0b22028c9733e618e4eb7475a4f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 2 Jun 2015 01:09:58 -0500 Subject: basic .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..542ee17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# editor swap files +*.sw* + +# precompiled python +__pycache__/ +*.pyc -- cgit v1.2.3