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,17 @@
/__init__.py
/_compat.py
/_termui_impl.py
/_textwrap.py
/_winconsole.py
/core.py
/decorators.py
/exceptions.py
/formatting.py
/globals.py
/parser.py
/py.typed
/shell_completion.py
/termui.py
/testing.py
/types.py
/utils.py

View File

@@ -0,0 +1,16 @@
/__init__.cpython-310.pyc
/_compat.cpython-310.pyc
/_termui_impl.cpython-310.pyc
/_textwrap.cpython-310.pyc
/_winconsole.cpython-310.pyc
/core.cpython-310.pyc
/decorators.cpython-310.pyc
/exceptions.cpython-310.pyc
/formatting.cpython-310.pyc
/globals.cpython-310.pyc
/parser.cpython-310.pyc
/shell_completion.cpython-310.pyc
/termui.cpython-310.pyc
/testing.cpython-310.pyc
/types.cpython-310.pyc
/utils.cpython-310.pyc