From bfaef6ef76cdd6db453b71e9636a3677370b6e5f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 4 Oct 2020 17:45:14 +0100 Subject: [PATCH] Update gitignore to omit build artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 84c048a..db536c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /build/ +dist/ +*.egg-info/ +__pycache__