From 1365d7d10fd9a86a6ac2db72024652f6aefde1c6 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Tue, 19 May 2026 17:04:19 +0700 Subject: [PATCH] chore: add gitignore file for pos_refund_password module --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d1ba00d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +*.py[cod] +*$py.class +.DS_Store +.idea/ +.vscode/ +*.swp +*.swo