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,19 @@
/__init__.py
/__main__.py
/app.py
/blueprints.py
/cli.py
/config.py
/ctx.py
/debughelpers.py
/globals.py
/helpers.py
/logging.py
/py.typed
/sessions.py
/signals.py
/templating.py
/testing.py
/typing.py
/views.py
/wrappers.py

View File

@@ -0,0 +1,18 @@
/__init__.cpython-310.pyc
/__main__.cpython-310.pyc
/app.cpython-310.pyc
/blueprints.cpython-310.pyc
/cli.cpython-310.pyc
/config.cpython-310.pyc
/ctx.cpython-310.pyc
/debughelpers.cpython-310.pyc
/globals.cpython-310.pyc
/helpers.cpython-310.pyc
/logging.cpython-310.pyc
/sessions.cpython-310.pyc
/signals.cpython-310.pyc
/templating.cpython-310.pyc
/testing.cpython-310.pyc
/typing.cpython-310.pyc
/views.cpython-310.pyc
/wrappers.cpython-310.pyc

View File

@@ -0,0 +1,3 @@
/__init__.py
/provider.py
/tag.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/provider.cpython-310.pyc
/tag.cpython-310.pyc

View File

@@ -0,0 +1,4 @@
/README.md
/app.py
/blueprints.py
/scaffold.py

View File

@@ -0,0 +1,3 @@
/app.cpython-310.pyc
/blueprints.cpython-310.pyc
/scaffold.cpython-310.pyc