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,16 @@
/__init__.py
/_internal.py
/_reloader.py
/exceptions.py
/formparser.py
/http.py
/local.py
/py.typed
/security.py
/serving.py
/test.py
/testapp.py
/urls.py
/user_agent.py
/utils.py
/wsgi.py

View File

@@ -0,0 +1,15 @@
/__init__.cpython-310.pyc
/_internal.cpython-310.pyc
/_reloader.cpython-310.pyc
/exceptions.cpython-310.pyc
/formparser.cpython-310.pyc
/http.cpython-310.pyc
/local.cpython-310.pyc
/security.cpython-310.pyc
/serving.cpython-310.pyc
/test.cpython-310.pyc
/testapp.cpython-310.pyc
/urls.cpython-310.pyc
/user_agent.cpython-310.pyc
/utils.cpython-310.pyc
/wsgi.cpython-310.pyc

View File

@@ -0,0 +1,20 @@
/__init__.py
/accept.py
/accept.pyi
/auth.py
/cache_control.py
/cache_control.pyi
/csp.py
/csp.pyi
/etag.py
/etag.pyi
/file_storage.py
/file_storage.pyi
/headers.py
/headers.pyi
/mixins.py
/mixins.pyi
/range.py
/range.pyi
/structures.py
/structures.pyi

View File

@@ -0,0 +1,11 @@
/__init__.cpython-310.pyc
/accept.cpython-310.pyc
/auth.cpython-310.pyc
/cache_control.cpython-310.pyc
/csp.cpython-310.pyc
/etag.cpython-310.pyc
/file_storage.cpython-310.pyc
/headers.cpython-310.pyc
/mixins.cpython-310.pyc
/range.cpython-310.pyc
/structures.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/__init__.py
/console.py
/repr.py
/tbtools.py

View File

@@ -0,0 +1,4 @@
/__init__.cpython-310.pyc
/console.cpython-310.pyc
/repr.cpython-310.pyc
/tbtools.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/ICON_LICENSE.md
/console.png
/debugger.js
/less.png
/more.png
/style.css

View File

@@ -0,0 +1,7 @@
/__init__.py
/dispatcher.py
/http_proxy.py
/lint.py
/profiler.py
/proxy_fix.py
/shared_data.py

View File

@@ -0,0 +1,7 @@
/__init__.cpython-310.pyc
/dispatcher.cpython-310.pyc
/http_proxy.cpython-310.pyc
/lint.cpython-310.pyc
/profiler.cpython-310.pyc
/proxy_fix.cpython-310.pyc
/shared_data.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/converters.py
/exceptions.py
/map.py
/matcher.py
/rules.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/converters.cpython-310.pyc
/exceptions.cpython-310.pyc
/map.cpython-310.pyc
/matcher.cpython-310.pyc
/rules.cpython-310.pyc

View File

@@ -0,0 +1,6 @@
/__init__.py
/http.py
/multipart.py
/request.py
/response.py
/utils.py

View File

@@ -0,0 +1,6 @@
/__init__.cpython-310.pyc
/http.cpython-310.pyc
/multipart.cpython-310.pyc
/request.cpython-310.pyc
/response.cpython-310.pyc
/utils.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/request.py
/response.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/request.cpython-310.pyc
/response.cpython-310.pyc