From d4cc931a429f1c542e7ae3c97b39b89218441ae8 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Wed, 20 Jan 2021 20:32:53 +0000 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98cd03c..88feb4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ venv/* -helloworld/__pycache__/* testdata/* .vscode/* *.egg-info/* +*__pycache__* +build/* +dist/* \ No newline at end of file