修正git管理关系

This commit is contained in:
dxc
2026-01-26 13:47:53 +08:00
commit ee9f4aed3e
49 changed files with 2761 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# --- Python 后端忽略 ---
inventory-backend/venv/
inventory-backend/pgdata/
inventory-backend/__pycache__/
inventory-backend/*.pyc
inventory-backend/.env
# --- Vue 前端忽略 ---
inventory-web/node_modules/
inventory-web/dist/
inventory-web/*.local
# --- 通用忽略 ---
.idea/
.vscode/
.DS_Store
*.log