Add gitignore

This commit is contained in:
Mikko Nieminen 2016-11-07 15:24:40 +02:00
parent db4ea8f895
commit 17169144eb
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
syntax: glob
# generic
*.pyc
*.swp
*.swo
.DS_Store
*.egg-info
sandbox/*
dist