# Python backend/venv/ __pycache__/ *.py[cod] *.egg-info/ .pytest_cache/ # Node frontend/node_modules/ frontend/dist/ # 数据库(生产环境数据保留在服务器,不提交) backend/data/*.db # IDE / OS .vscode/ .idea/ *.swp .DS_Store Thumbs.db # PM2 .pm2/ logs/