From 270b83e3dbcd074fdafea2323211a07f418e5cc8 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Wed, 6 Nov 2024 22:14:32 -0700 Subject: [PATCH] Gitignore --- .gitignore | 1 + headercheckdashboardproxy.egg-info/PKG-INFO | 38 ------------------- .../SOURCES.txt | 9 ----- .../dependency_links.txt | 1 - .../requires.txt | 6 --- .../top_level.txt | 1 - headercheckdashboardproxy.egg-info/zip-safe | 1 - 7 files changed, 1 insertion(+), 56 deletions(-) create mode 100644 .gitignore delete mode 100644 headercheckdashboardproxy.egg-info/PKG-INFO delete mode 100644 headercheckdashboardproxy.egg-info/SOURCES.txt delete mode 100644 headercheckdashboardproxy.egg-info/dependency_links.txt delete mode 100644 headercheckdashboardproxy.egg-info/requires.txt delete mode 100644 headercheckdashboardproxy.egg-info/top_level.txt delete mode 100644 headercheckdashboardproxy.egg-info/zip-safe diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a18b140 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +headercheckdashboardproxy.egg-info diff --git a/headercheckdashboardproxy.egg-info/PKG-INFO b/headercheckdashboardproxy.egg-info/PKG-INFO deleted file mode 100644 index fd8d708..0000000 --- a/headercheckdashboardproxy.egg-info/PKG-INFO +++ /dev/null @@ -1,38 +0,0 @@ -Metadata-Version: 2.1 -Name: headercheckdashboardproxy -Version: 1.0.0 -Summary: A quick and cheap python server to filter static content based on request headers. -Home-page: -Author: Daniel Dayley -Author-email: github@cronocide.com -License: Apache2 -Requires-Dist: pyyaml -Requires-Dist: gunicorn -Requires-Dist: datetime -Requires-Dist: requests -Requires-Dist: fastapi[all] -Requires-Dist: bs4 - -# headercheckdashboardproxy -## A quick and cheap python server to filter static content based on request headers. - -## Usage - -``` - -``` - -## Installation - -1. -2. -3. - -## Configuration - -``` - -``` - -## Justification - diff --git a/headercheckdashboardproxy.egg-info/SOURCES.txt b/headercheckdashboardproxy.egg-info/SOURCES.txt deleted file mode 100644 index 83a2dde..0000000 --- a/headercheckdashboardproxy.egg-info/SOURCES.txt +++ /dev/null @@ -1,9 +0,0 @@ -README.md -setup.py -bin/headercheckdashboardproxy -headercheckdashboardproxy.egg-info/PKG-INFO -headercheckdashboardproxy.egg-info/SOURCES.txt -headercheckdashboardproxy.egg-info/dependency_links.txt -headercheckdashboardproxy.egg-info/requires.txt -headercheckdashboardproxy.egg-info/top_level.txt -headercheckdashboardproxy.egg-info/zip-safe \ No newline at end of file diff --git a/headercheckdashboardproxy.egg-info/dependency_links.txt b/headercheckdashboardproxy.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/headercheckdashboardproxy.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/headercheckdashboardproxy.egg-info/requires.txt b/headercheckdashboardproxy.egg-info/requires.txt deleted file mode 100644 index 940965e..0000000 --- a/headercheckdashboardproxy.egg-info/requires.txt +++ /dev/null @@ -1,6 +0,0 @@ -pyyaml -gunicorn -datetime -requests -fastapi[all] -bs4 diff --git a/headercheckdashboardproxy.egg-info/top_level.txt b/headercheckdashboardproxy.egg-info/top_level.txt deleted file mode 100644 index 8b13789..0000000 --- a/headercheckdashboardproxy.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/headercheckdashboardproxy.egg-info/zip-safe b/headercheckdashboardproxy.egg-info/zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/headercheckdashboardproxy.egg-info/zip-safe +++ /dev/null @@ -1 +0,0 @@ -