From 731af262f34c793fac4428827c05ddbb379dff4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 15 Jun 2020 22:06:31 +0200 Subject: [PATCH] Ignore production.py on git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9dd28e5..e182b94 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,6 @@ dmypy.json # Pyre type checker .pyre/ + +## +production.py