commit 22611f7f73fe6666b7ced106ad0680f0bd937b5b Author: VMIS Developer Date: Sat Mar 14 09:09:26 2026 +0800 chore: init git repo with .gitignore Virtual MIS backend - 全新開發起點 設計文件: P:\porscheworld\2.專案設計區\VMIS\細部規劃設計.md v1.2 Co-Authored-By: Claude Sonnet 4.6 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