Gitignore

This commit is contained in:
Daniel Dayley 2024-11-06 22:14:32 -07:00
parent fef306f79c
commit 270b83e3db
Signed by: Cronocide
GPG Key ID: 1CADA052F64664EC
7 changed files with 1 additions and 56 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
headercheckdashboardproxy.egg-info

View File

@ -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

View File

@ -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

View File

@ -1,6 +0,0 @@
pyyaml
gunicorn
datetime
requests
fastapi[all]
bs4