Ignore .DS_Store files

This commit is contained in:
Fred Pauchet 2023-12-06 22:04:27 +01:00
parent 4a9183bb6b
commit caee316bf6
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ __pycache__/
# C extensions
*.so
**/.DS_Store
# Distribution / packaging
.Python