From 0844bcfef1aa37f4895b3cf3ffc94530f87d1e21 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 21 Mar 2020 17:48:01 -0700 Subject: [PATCH] gitignore __pycache__ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9aba928df..917c3ac4d 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ messages.pot /toc.txt /version fish-build-version-witness.txt +__pycache__ # File names that can appear below the project root that represent artifacts # from building and testing.