diff --git a/.gitignore b/.gitignore index 71f52ea..6a58708 100644 --- a/.gitignore +++ b/.gitignore @@ -47,10 +47,8 @@ htmlcov/ nosetests.xml coverage.xml *.cover -*.py,cover .hypothesis/ .pytest_cache/ -cover/ # Translations *.mo @@ -71,8 +69,6 @@ instance/ # Sphinx documentation docs/_build/ -build/ -temp/ # PyBuilder target/ @@ -93,7 +89,7 @@ Pipfile.lock # poetry poetry.lock -# PEP 582; used by python-next +# PEP 582; used by pythonloc __pypackages__/ # Celery stuff @@ -134,7 +130,4 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ - -# VS Code settings -.vscode/ \ No newline at end of file +cython_debug/ \ No newline at end of file diff --git a/models/__pycache__/pos_payment_method.cpython-311.pyc b/models/__pycache__/pos_payment_method.cpython-311.pyc new file mode 100644 index 0000000..3bb4974 Binary files /dev/null and b/models/__pycache__/pos_payment_method.cpython-311.pyc differ diff --git a/models/__pycache__/pos_session.cpython-311.pyc b/models/__pycache__/pos_session.cpython-311.pyc new file mode 100644 index 0000000..056e1a7 Binary files /dev/null and b/models/__pycache__/pos_session.cpython-311.pyc differ