From 77900bb3097491cd9fca964c111ea70724e53989 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Mon, 11 Nov 2019 15:28:57 -0500 Subject: Add distributor api project Issue-ID: DCAEGEN2-1860 Signed-off-by: Michael Hwang Change-Id: I67aa9178b1b1830e330ca1259e8f6b30202945df --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b842f5a..adb4b28 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,13 @@ target .idea *.iml + +# For python +.coverage +.tox/ +coverage.xml +__pycache__ +*.egg-info/ +htmlcov/ +xunit-results.xml +*.eggs/ -- cgit