chore: stop tracking backend .env
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user