Added a gitignore file to ignore python cache files

This commit is contained in:
2019-01-06 11:27:23 -05:00
parent 0dba32d0ef
commit 630bf0719d

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
#Ignore some python cache files
__pycache__/*