diff --git a/.gitignore b/.gitignore index e633ef1ee77..e2cee02848f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,11 @@ for i in string: else: odd+=i print(lower+upper+odd+even) + +# operating system-related files + +# file properties cache/storage on macOS +*.DS_Store + +# thumbnail cache on Windows +Thumbs.db