Files
mengyanote/.gitignore
2026-03-18 22:03:40 +08:00

28 lines
405 B
Plaintext

# 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