From f60c7071feb2daa736dbf0ec6c60d75034f32a41 Mon Sep 17 00:00:00 2001 From: Daniel Harding Date: Thu, 8 Mar 2012 16:44:13 +0000 Subject: Add a .gitignore file Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d1a15e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.pyo +__pycache__/ -- cgit v1.2.3