# DPE run artifacts
runs/

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

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# === Ecosystem hygiene ===
.tmp/
.cache/
/artifacts/
evidence/
*.receipt
_analysis/

# === CI provider checkouts (checkout-providers action) ===
.providers/
