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 (Vite)
|
||||
mengyanote-frontend/node_modules/
|
||||
mengyanote-frontend/dist/
|
||||
mengyanote-frontend/build/
|
||||
mengyanote-frontend/.vite/
|
||||
|
||||
# Backend (Python)
|
||||
mengyanote-backend/__pycache__/
|
||||
**/__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Env (keep tracked .env.development/.env.production if you want)
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
Reference in New Issue
Block a user