diff --git a/.gitignore b/.gitignore
index e3238a6d4..2291567e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,6 +73,8 @@ tgz
*.bak
*.bkp
+bin
+
######## Python - inspired by https://github.com/github/gitignore/blob/main/Python.gitignore
__pycache__/
diff --git a/README.md b/README.md
index 1b86635c7..12b66c8b2 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,19 @@
SPDX-License-Identifier: Apache-2.0
-->
-
Digital Product Pass Application
-
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Apache 2.0 License][license-shield]][license-url]
[![Latest Release][release-shield]][release-url]
+
+
+
+
Digital Product Pass Application
+
+
+
+
## Description
The digital product passport application provides a consumer user interface to request a battery passport from a battery manufacturer using the standardized components and technologies in a Catena-X network. The passport will be displayed in a human-readable from any browser. The data exchange standards given by Catena-X are used to provide the battery passport to different personas (roles) in the network.
diff --git a/dpp-backend/digitalproductpass/.gitignore b/dpp-backend/digitalproductpass/.gitignore
index 2a73ffc05..0a78dae0b 100644
--- a/dpp-backend/digitalproductpass/.gitignore
+++ b/dpp-backend/digitalproductpass/.gitignore
@@ -43,6 +43,8 @@ target/
*.iml
*.ipr
+bin/
+
### NetBeans ###
/nbproject/private/
/nbbuild/