added ignore files

This commit is contained in:
2024-03-06 15:25:53 +01:00
parent ef23c9f6e6
commit 7fee6fcb37
218 changed files with 1849 additions and 0 deletions

View 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

View 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

View File

@@ -0,0 +1,4 @@
/__init__.py
/base.py
/pasterapp.py
/wsgiapp.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/base.cpython-310.pyc
/pasterapp.cpython-310.pyc
/wsgiapp.cpython-310.pyc

View File

@@ -0,0 +1,7 @@
/__init__.py
/body.py
/errors.py
/message.py
/parser.py
/unreader.py
/wsgi.py

View 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

View File

@@ -0,0 +1,2 @@
/__init__.py
/statsd.py

View File

@@ -0,0 +1,2 @@
/__init__.cpython-310.pyc
/statsd.cpython-310.pyc

View File

@@ -0,0 +1,9 @@
/__init__.py
/base.py
/base_async.py
/geventlet.py
/ggevent.py
/gthread.py
/gtornado.py
/sync.py
/workertmp.py

View 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