qaops_1/.gitignore

56 lines
513 B
Plaintext

# 开源项目质量评估系统 - Git忽略文件
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# 项目特定
uploads/
reports/
*.log
# 环境变量
.env
# 测试
.pytest_cache/
.coverage
htmlcov/
# 临时文件
*.tmp
*.bak
.cache/