ignore common python auto-generated files
authorDiane Trout <diane@ghic.org>
Mon, 4 May 2015 22:23:19 +0000 (15:23 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 4 May 2015 22:23:19 +0000 (15:23 -0700)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..481dcbb
--- /dev/null
@@ -0,0 +1,2 @@
+*.py[co~]
+__pycached__
\ No newline at end of file