From f54d535718a56f6352deda903288f12a55c1067b Mon Sep 17 00:00:00 2001 From: Vikranth3140 Date: Mon, 17 Jun 2024 16:55:34 +0530 Subject: [PATCH] Add Windows specific files to .gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 2eea10c4..1512624a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -85,6 +85,9 @@ ipython_config.py # macOS .DS_Store +# Windows +Thumbs.db + # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: