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

# uv / venv
.venv/
.python-version

# Tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Editor / OS
.DS_Store
.idea/
.vscode/

# estafette scratch (real reports under reports/ are committed on purpose)
*.tmp
scratch/
