From 619a55f5801151ea18bb8d2581883c375c85fd08d9e995cc89ec90742aed2580 Mon Sep 17 00:00:00 2001 From: tlg Date: Thu, 9 Jul 2026 10:05:13 +0200 Subject: [PATCH] fix(projekt-matching): untrack egg-info build artifacts --- projekt-matching/.gitignore | 1 + projekt-matching/projektmatch.egg-info/PKG-INFO | 4 ---- projekt-matching/projektmatch.egg-info/SOURCES.txt | 7 ------- .../projektmatch.egg-info/dependency_links.txt | 1 - projekt-matching/projektmatch.egg-info/top_level.txt | 1 - 5 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 projekt-matching/projektmatch.egg-info/PKG-INFO delete mode 100644 projekt-matching/projektmatch.egg-info/SOURCES.txt delete mode 100644 projekt-matching/projektmatch.egg-info/dependency_links.txt delete mode 100644 projekt-matching/projektmatch.egg-info/top_level.txt diff --git a/projekt-matching/.gitignore b/projekt-matching/.gitignore index 00d897e..fee28a3 100644 --- a/projekt-matching/.gitignore +++ b/projekt-matching/.gitignore @@ -2,3 +2,4 @@ __pycache__/ *.pyc *.local.env +*.egg-info/ diff --git a/projekt-matching/projektmatch.egg-info/PKG-INFO b/projekt-matching/projektmatch.egg-info/PKG-INFO deleted file mode 100644 index 60f5e46..0000000 --- a/projekt-matching/projektmatch.egg-info/PKG-INFO +++ /dev/null @@ -1,4 +0,0 @@ -Metadata-Version: 2.4 -Name: projektmatch -Version: 0.1.0 -Summary: Automated freelancermap project matching (Langflow backend) diff --git a/projekt-matching/projektmatch.egg-info/SOURCES.txt b/projekt-matching/projektmatch.egg-info/SOURCES.txt deleted file mode 100644 index 9f59d23..0000000 --- a/projekt-matching/projektmatch.egg-info/SOURCES.txt +++ /dev/null @@ -1,7 +0,0 @@ -pyproject.toml -projektmatch/__init__.py -projektmatch.egg-info/PKG-INFO -projektmatch.egg-info/SOURCES.txt -projektmatch.egg-info/dependency_links.txt -projektmatch.egg-info/top_level.txt -tests/test_smoke.py \ No newline at end of file diff --git a/projekt-matching/projektmatch.egg-info/dependency_links.txt b/projekt-matching/projektmatch.egg-info/dependency_links.txt deleted file mode 100644 index 4c0d52d..0000000 --- a/projekt-matching/projektmatch.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/projekt-matching/projektmatch.egg-info/top_level.txt b/projekt-matching/projektmatch.egg-info/top_level.txt deleted file mode 100644 index 30cfd99..0000000 --- a/projekt-matching/projektmatch.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -projektmatch