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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Local artifacts
*.log
.DS_Store
reports/

# Editor: Python Import Helper autocomplete cache (per-machine noise)
.vscode/PythonImportHelper-v2-Completion.json
