chore: stop tracking backend .env

This commit is contained in:
2026-03-18 22:00:10 +08:00
parent 939442e061
commit e21d58e603
4 changed files with 56 additions and 28 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Logs / local runtime
debug-logs/
*.log
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Frontend (Node/React)
node_modules/
build/
dist/
.vite/
# Backend (Python/Flask)
__pycache__/
*.py[cod]
.venv/
venv/
# Env (do not commit secrets)
InfoGenie-backend/.env
.env.local
.env.*.local