From 5e137df7fb8ca63890d18e0718b70e20ef80b278 Mon Sep 17 00:00:00 2001 From: Ed Brannin Date: Fri, 10 Mar 2017 13:03:45 -0500 Subject: [PATCH] Ignore build/ & dist/ (Some projects prefer to leave this up to individual global-ignore files, but I noticed you're also ignoring *.pyc so it might be OK.) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9ec2320..fe7dd1f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ __pycache__ *.pyc .coverage peru.egg-info +build/ +dist/