Automated Paсkage versions update for tags

Module repos.py
 - ReposInfo(), walks mirror using HTTP and builds
   all repos map available
 - RepoManager(), using repos map builds package versions map
   either for specific tags or for all of them

Fixes:
 - Progress class clears line remainder on change

Utils:
 - Download GZ file into memory
 - TGZ file interface, CRU (no deletion)

Change-Id: Ifdb37aa4b68fb25f642b2089cf16cd242ed25a0b
Related-PROD: PROD-28199
diff --git a/.gitignore b/.gitignore
index 54591df..976a9af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,10 +12,15 @@
 # project specific
 .cfgerrors
 .vscode/*
+cProfilerData/*
 etc/*.list
 *.env
 # generated HTML files
 *.html
+# tgz files
+*.tgz
+# zip files
+*.zip
 
 
 # Distribution / packaging