From 30c86facf104ba3026496ff457102f4fa57636f2 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Thu, 4 Feb 2021 16:39:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20-=20Adding=20private.py=20to=20t?= =?UTF-8?q?he=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..8f60678 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# Tokens and IDs +private.py \ No newline at end of file