add basic gitignore file

This commit is contained in:
coderkun 2016-08-01 11:43:40 +02:00
commit 88e73d1076
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

View file

@ -1,2 +0,0 @@
syntax: glob
__pycache__/**