From bd96d8c51bb94f239fd184b08daf005c3404b75a Mon Sep 17 00:00:00 2001 From: Jerin Philip Date: Tue, 15 Feb 2022 15:27:28 +0000 Subject: [PATCH] Include python bytecodes to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 64c1aa3a7..1e71848e5 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ wasm/test_page/js/bergamot-translator-worker.* # VSCode .vscode + +*.pyc