From 22611f7f73fe6666b7ced106ad0680f0bd937b5b Mon Sep 17 00:00:00 2001 From: VMIS Developer Date: Sat, 14 Mar 2026 09:09:26 +0800 Subject: [PATCH] chore: init git repo with .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Virtual MIS backend - 全新開發起點 設計文件: P:\porscheworld\2.專案設計區\VMIS\細部規劃設計.md v1.2 Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14b36b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Python +__pycache__/ +*.py[cod] +*.pyo +*.pyd +.Python +*.egg-info/ +dist/ +build/ +.eggs/ +venv/ +env/ +.venv/ + +# Environment +.env +*.env.local + +# Logs +logs/ +*.log + +# Alembic +# (keep versions/) + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Test artifacts +.pytest_cache/ +.coverage +htmlcov/ +*.xml + +# Compiled +nul