chore: sync
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 (CRA / React)
|
||||
mengyaprofile-frontend/node_modules/
|
||||
mengyaprofile-frontend/build/
|
||||
|
||||
# Backend (Python/Flask)
|
||||
mengyaprofile-backend/__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Env / local overrides
|
||||
.env
|
||||
.env.*
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
Reference in New Issue
Block a user