From 52216df5a44ce703b71bfe2802b16ef2f30cd7f4 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 4 Nov 2022 07:20:25 +0000 Subject: [PATCH] Add Python history to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 84f814e..3c5b89c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ # Distribution / packaging .Python +.python_history build/ develop-eggs/ dist/