Adds MacOS BS to .gitignore
This commit is contained in:
parent
9f7ca5bccd
commit
10e053cdc8
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,6 +7,9 @@ __pycache__/
|
|||
# C extensions
|
||||
*.so
|
||||
|
||||
# MacOs BS
|
||||
.DS_Store
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
|
|
Loading…
Reference in a new issue