From bd860b53cbeaa88a28f7315c73a6bbe0f348db51 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Mon, 6 Dec 2021 09:58:16 +0100
Subject: [PATCH] remove generated from tracking

---
 .gitignore                                    |  3 ++-
 .../PKG-INFO                                  | 23 -------------------
 .../SOURCES.txt                               |  9 --------
 .../dependency_links.txt                      |  1 -
 .../top_level.txt                             |  1 -
 5 files changed, 2 insertions(+), 35 deletions(-)
 delete mode 100644 src/airflow_datacat_integration.egg-info/PKG-INFO
 delete mode 100644 src/airflow_datacat_integration.egg-info/SOURCES.txt
 delete mode 100644 src/airflow_datacat_integration.egg-info/dependency_links.txt
 delete mode 100644 src/airflow_datacat_integration.egg-info/top_level.txt

diff --git a/.gitignore b/.gitignore
index d61689c..372a134 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 dist/
 .coverage
-__pycache__/
\ No newline at end of file
+__pycache__/
+*.egg-info/
\ No newline at end of file
diff --git a/src/airflow_datacat_integration.egg-info/PKG-INFO b/src/airflow_datacat_integration.egg-info/PKG-INFO
deleted file mode 100644
index 9c07c9c..0000000
--- a/src/airflow_datacat_integration.egg-info/PKG-INFO
+++ /dev/null
@@ -1,23 +0,0 @@
-Metadata-Version: 2.1
-Name: airflow-datacat-integration
-Version: 0.0.1
-Summary: Datacatalog Integration for Apache Airflow
-Home-page: https://github.com/pypa/sampleproject
-Author: Christian Boettcher
-Author-email: c.boettcher@fz-juelich.de
-License: UNKNOWN
-Project-URL: Issue Tracker, https://github.com/pypa/sampleproject/issues
-Platform: UNKNOWN
-Classifier: Programming Language :: Python :: 3
-Classifier: License :: OSI Approved :: BSD-2-Clause
-Classifier: Operating System :: OS Independent
-Requires-Python: >=3.9
-Description-Content-Type: text/markdown
-License-File: LICENSE
-
-# Airflow Datacat Integration
-
-This packages enables the integration of the [datacatalog](https://gitlab.jsc.fz-juelich.de/rybicki1/datacatalog) in [apache airflow](https://airflow.apache.org/).
-
-Its intended use is with the [Data Logistics Service](https://gitlab.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service).
-
diff --git a/src/airflow_datacat_integration.egg-info/SOURCES.txt b/src/airflow_datacat_integration.egg-info/SOURCES.txt
deleted file mode 100644
index 0d84cbf..0000000
--- a/src/airflow_datacat_integration.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-LICENSE
-README.md
-pyproject.toml
-setup.cfg
-src/airflow_datacat_integration.egg-info/PKG-INFO
-src/airflow_datacat_integration.egg-info/SOURCES.txt
-src/airflow_datacat_integration.egg-info/dependency_links.txt
-src/airflow_datacat_integration.egg-info/top_level.txt
-src/datacat_client/__init__.py
\ No newline at end of file
diff --git a/src/airflow_datacat_integration.egg-info/dependency_links.txt b/src/airflow_datacat_integration.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/src/airflow_datacat_integration.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/airflow_datacat_integration.egg-info/top_level.txt b/src/airflow_datacat_integration.egg-info/top_level.txt
deleted file mode 100644
index 7f6732c..0000000
--- a/src/airflow_datacat_integration.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-datacat_client
-- 
GitLab