# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ .venv/ ENV/ # IDE .idea/ .vscode/ *.swp *.swo # 环境配置 .env # 日志 *.log logs/ # 测试 .pytest_cache/ .coverage htmlcov/