Ignore .DS_Store files (OSX)

This commit is contained in:
Jonathan Frederic 2014-05-16 09:56:56 -07:00
parent 2483e0a0e1
commit 989da023ee

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ __pycache__
*.bak
.ipynb_checkpoints
.tox
.DS_Store