Add gitignore

Ignores python bytecode files and the build directory created by distutils.
This commit is contained in:
Louis Taylor 2013-08-19 08:50:40 +01:00
parent 16537467f1
commit 6627b06b1d

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.pyc
build