From 2f0ff37c4c0b7ea14251bfe857d7e90b1eb4e9ce Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Fri, 2 Aug 2019 12:30:15 +0530 Subject: [PATCH] Ignore python build artifacts from git Issue-ID: CLI-169 Change-Id: If01be3c63c6882b1bf86a246bbc3e2c7240cc4c3 Signed-off-by: Kanagaraj Manickam k00365106 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index cca40b2f..a0332538 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ bin/ target/ coverage-report/ data/ +build/ +dist/ +ocomp.egg-info/ .project .settings .classpath @@ -10,3 +13,5 @@ data/ *.iml *.log .idea +*.pyc + -- 2.16.6