added ignore files
This commit is contained in:
12
venv/lib/python3.10/site-packages/gunicorn/.gitignore
vendored
Normal file
12
venv/lib/python3.10/site-packages/gunicorn/.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/__init__.py
|
||||
/__main__.py
|
||||
/arbiter.py
|
||||
/config.py
|
||||
/debug.py
|
||||
/errors.py
|
||||
/glogging.py
|
||||
/pidfile.py
|
||||
/reloader.py
|
||||
/sock.py
|
||||
/systemd.py
|
||||
/util.py
|
||||
12
venv/lib/python3.10/site-packages/gunicorn/__pycache__/.gitignore
vendored
Normal file
12
venv/lib/python3.10/site-packages/gunicorn/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/__main__.cpython-310.pyc
|
||||
/arbiter.cpython-310.pyc
|
||||
/config.cpython-310.pyc
|
||||
/debug.cpython-310.pyc
|
||||
/errors.cpython-310.pyc
|
||||
/glogging.cpython-310.pyc
|
||||
/pidfile.cpython-310.pyc
|
||||
/reloader.cpython-310.pyc
|
||||
/sock.cpython-310.pyc
|
||||
/systemd.cpython-310.pyc
|
||||
/util.cpython-310.pyc
|
||||
4
venv/lib/python3.10/site-packages/gunicorn/app/.gitignore
vendored
Normal file
4
venv/lib/python3.10/site-packages/gunicorn/app/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/__init__.py
|
||||
/base.py
|
||||
/pasterapp.py
|
||||
/wsgiapp.py
|
||||
4
venv/lib/python3.10/site-packages/gunicorn/app/__pycache__/.gitignore
vendored
Normal file
4
venv/lib/python3.10/site-packages/gunicorn/app/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/base.cpython-310.pyc
|
||||
/pasterapp.cpython-310.pyc
|
||||
/wsgiapp.cpython-310.pyc
|
||||
7
venv/lib/python3.10/site-packages/gunicorn/http/.gitignore
vendored
Normal file
7
venv/lib/python3.10/site-packages/gunicorn/http/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/__init__.py
|
||||
/body.py
|
||||
/errors.py
|
||||
/message.py
|
||||
/parser.py
|
||||
/unreader.py
|
||||
/wsgi.py
|
||||
7
venv/lib/python3.10/site-packages/gunicorn/http/__pycache__/.gitignore
vendored
Normal file
7
venv/lib/python3.10/site-packages/gunicorn/http/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/body.cpython-310.pyc
|
||||
/errors.cpython-310.pyc
|
||||
/message.cpython-310.pyc
|
||||
/parser.cpython-310.pyc
|
||||
/unreader.cpython-310.pyc
|
||||
/wsgi.cpython-310.pyc
|
||||
2
venv/lib/python3.10/site-packages/gunicorn/instrument/.gitignore
vendored
Normal file
2
venv/lib/python3.10/site-packages/gunicorn/instrument/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/__init__.py
|
||||
/statsd.py
|
||||
2
venv/lib/python3.10/site-packages/gunicorn/instrument/__pycache__/.gitignore
vendored
Normal file
2
venv/lib/python3.10/site-packages/gunicorn/instrument/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/statsd.cpython-310.pyc
|
||||
9
venv/lib/python3.10/site-packages/gunicorn/workers/.gitignore
vendored
Normal file
9
venv/lib/python3.10/site-packages/gunicorn/workers/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/__init__.py
|
||||
/base.py
|
||||
/base_async.py
|
||||
/geventlet.py
|
||||
/ggevent.py
|
||||
/gthread.py
|
||||
/gtornado.py
|
||||
/sync.py
|
||||
/workertmp.py
|
||||
9
venv/lib/python3.10/site-packages/gunicorn/workers/__pycache__/.gitignore
vendored
Normal file
9
venv/lib/python3.10/site-packages/gunicorn/workers/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/base.cpython-310.pyc
|
||||
/base_async.cpython-310.pyc
|
||||
/geventlet.cpython-310.pyc
|
||||
/ggevent.cpython-310.pyc
|
||||
/gthread.cpython-310.pyc
|
||||
/gtornado.cpython-310.pyc
|
||||
/sync.cpython-310.pyc
|
||||
/workertmp.cpython-310.pyc
|
||||
Reference in New Issue
Block a user