# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Editors / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Tool output (generated reports)
gerrit-change-list-report-*.md
gerrit-change-list-report-*.html
