From 1d1b23e5154e093a3e3e3e40b05946ab06c9738c Mon Sep 17 00:00:00 2001 From: sbahling Date: Fri, 26 Oct 2018 14:23:08 +0200 Subject: Create initial package setup with setuptools --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ed6435 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +build +dist -- cgit v1.2.3