# Python __pycache__/ *.py[cod] *.pyo *.pyd *.pyc .Python *.so # 虚拟环境 venv/ .venv/ env/ # IDE .idea/ .vscode/ *.swp *.swo # 测试 .pytest_cache/ .coverage htmlcov/ # 环境变量 .env *.env.local # Node.js node_modules/ npm-debug.log yarn-error.log # 构建产物 dist/ build/ *.egg-info/ # 日志 *.log logs/ # 系统文件 .DS_Store Thumbs.db database_info/