Initial version of installed packages report
diff --git a/.gitignore b/.gitignore
index 23d7ec2..fda4fe0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,17 @@
 # C extensions
 *.so
 
+# mac os
+.DS_Store
+
+# project specific
+.vscode/*
+etc/nodes.list
+*.env
+# generated HTML files
+*.html
+
+
 # Distribution / packaging
 .Python
 build/
@@ -102,6 +113,3 @@
 
 # mypy
 .mypy_cache/
-
-# generated HTML files
-*.html