Add gitignore

This commit is contained in:
Raphaël Barrois
2013-11-12 22:42:27 +01:00
committed by Christian Heimes
parent 69335a5af1
commit 2019244e09

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Auto-generated
*.pyc
__pycache__/
# Build related
*.egg-info
build/