gitignore .DS_Store

This commit is contained in:
Tyler Sheaffer 2022-03-08 14:54:38 -10:00
parent 9577fa87b7
commit 5513cf1e73

3
.gitignore vendored

@ -1,3 +1,6 @@
# macOS
.DS_Store
# Python temp files
__pycache__/
*.py[cod]