From 6862a659f9260199cbc7a6d085e51fda8502ac40 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 19 Jun 2019 12:42:12 -0700 Subject: [PATCH] gitignore: ignore pyc and test/ Signed-off-by: Sean Cross --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c82b8f..5d83845 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ .vscode/ build/ __pycache__/ -.env +*.pyc +test/ +.env \ No newline at end of file