From 5dd777bf674b774804ba04b6557aeebc783a5457 Mon Sep 17 00:00:00 2001 From: amosbastian Date: Thu, 11 Jan 2018 11:31:13 +0000 Subject: [PATCH] Add distribution --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1fb8ebf..78d27a9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ env/ # Python __pycache__/ *.py[cod] -*$py.class \ No newline at end of file +*$py.class + +# Distribution +dist/ +*.egg-info/ \ No newline at end of file