diff --git a/.gitignore b/.gitignore index a84625b..d1ba00d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -__psycache__ \ No newline at end of file +__pycache__/ +*.py[cod] +*$py.class +.DS_Store +.idea/ +.vscode/ +*.swp +*.swo diff --git a/__pycache__/__init__.cpython-312.pyc b/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index b0dcbfb..0000000 Binary files a/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/wizard/__pycache__/__init__.cpython-312.pyc b/wizard/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 38a0d8e..0000000 Binary files a/wizard/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/wizard/__pycache__/pos_export_bc_wizard.cpython-312.pyc b/wizard/__pycache__/pos_export_bc_wizard.cpython-312.pyc deleted file mode 100644 index 72c11ab..0000000 Binary files a/wizard/__pycache__/pos_export_bc_wizard.cpython-312.pyc and /dev/null differ