chore: 添加 .gitignore 并移除敏感/缓存文件

- 添加 .gitignore (Python __pycache__, .env, .idea, node_modules 等)
- 从追踪中移除 backend/.env, frontend/.env (密钥文件)
- 从追踪中移除 __pycache__/ 目录 (编译缓存)
- 从追踪中移除 .idea/ (IDE 配置)
This commit is contained in:
2026-08-04 17:03:17 +08:00
parent 17105dc9c2
commit 895fed6ac3
13 changed files with 40 additions and 22 deletions

View File

@ -1 +0,0 @@
VITE_API_BASE_URL=http://192.168.9.80:8000