From 0e55b4ac133d94275b88657bc9d4fd8c2070309c Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 19 Oct 2023 20:41:19 +0200 Subject: [PATCH] Add .doctrees to gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c69bb5c293..aabfa1606c 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ twistd.bat # never commit docs/build docs/build +docs/*/.doctrees/ # For users of Atom .remote-sync.json