From 4f63a4f4fd31e116258fb118d8648eb65bed8a78 Mon Sep 17 00:00:00 2001 From: Alfredos-Panagiotis Damkalis Date: Wed, 25 Sep 2019 20:10:35 +0300 Subject: [PATCH] Add artifacts of build process in .gitignore Signed-off-by: Alfredos-Panagiotis Damkalis --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3492432..ae6572d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,10 @@ pip-log.txt nosetests.xml .pytest_cache +# build artifacts +build +dist + # Sqlite *.db *.sqlite