1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-20 01:00:07 -07:00

added .DS_store to gitignore

its a mac system file
This commit is contained in:
ankushduacodes 2020-06-27 22:10:34 +05:30 committed by GitHub
parent 9165c19571
commit 5d145deaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View File

@ -2,4 +2,6 @@
.tox
dist/
wideq_state.json
__pycache__
__pycache__
# Ignore Mac system files
.DS_store