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,26 @@
/__init__.py
/_identifier.py
/async_utils.py
/bccache.py
/compiler.py
/constants.py
/debug.py
/defaults.py
/environment.py
/exceptions.py
/ext.py
/filters.py
/idtracking.py
/lexer.py
/loaders.py
/meta.py
/nativetypes.py
/nodes.py
/optimizer.py
/parser.py
/py.typed
/runtime.py
/sandbox.py
/tests.py
/utils.py
/visitor.py

View File

@@ -0,0 +1,25 @@
/__init__.cpython-310.pyc
/_identifier.cpython-310.pyc
/async_utils.cpython-310.pyc
/bccache.cpython-310.pyc
/compiler.cpython-310.pyc
/constants.cpython-310.pyc
/debug.cpython-310.pyc
/defaults.cpython-310.pyc
/environment.cpython-310.pyc
/exceptions.cpython-310.pyc
/ext.cpython-310.pyc
/filters.cpython-310.pyc
/idtracking.cpython-310.pyc
/lexer.cpython-310.pyc
/loaders.cpython-310.pyc
/meta.cpython-310.pyc
/nativetypes.cpython-310.pyc
/nodes.cpython-310.pyc
/optimizer.cpython-310.pyc
/parser.cpython-310.pyc
/runtime.cpython-310.pyc
/sandbox.cpython-310.pyc
/tests.cpython-310.pyc
/utils.cpython-310.pyc
/visitor.cpython-310.pyc