From 06325fa5aaa178e0fc4bbf2a6189cf38feebfdd5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 12 Jan 2021 21:29:20 +0100 Subject: [PATCH] Sort and add .env --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 13f29fe..74de0b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,11 @@ *.pyc .coverage .eggs/ +.env .mypy_cache/ .tox/ __pycache__ +bot.conf build/ dist/ pip-wheel-metadata/ -bot.conf