From 7fa6fae72337bab8e1df7c09a01a73ea6667de27 Mon Sep 17 00:00:00 2001 From: Michael Skelton Date: Fri, 19 Oct 2018 00:34:07 +1000 Subject: [PATCH] Added build folders --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0348c75..60b4f27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +# User-specific build folders +Reconnoitre.egg-info/ +dist/ +build/ + # User-specific files *.suo *.user