From 16e8155c2362a3ed536db816af44eb5672e47c70 Mon Sep 17 00:00:00 2001 From: "admin.suherdy" Date: Mon, 24 Nov 2025 15:15:17 +0700 Subject: [PATCH] add gitignore file --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57beea0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Python cache +__pycache__/ +*.pyc +*.pyo +*.pyd + +# Test coverage +coverage/ +.coverage +htmlcov/ + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS files +.DS_Store +Thumbs.db + +# Logs +*.log + +# Documentation that's development-only +*_SUMMARY.md +*_VERIFICATION.md +*_README.md +*_GUIDE.md +*_NOTES.md +*_EXAMPLE.md +CHECKPOINT_*.md +TASK_*.md