Merge pull request #28 from AFPy/ds-store

Supprime les fichiers .DS_Store du dépôt git
This commit is contained in:
Guillaume Ayoub 2018-05-17 10:29:34 +02:00 committed by GitHub
commit 1d86e1203e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.DS_Store
.cache
.coverage
.eggs
@ -11,4 +12,4 @@ posts
# PyCharm project files
.idea
out
gen
gen

Binary file not shown.