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

# Virtual environments
.venv/
venv/

# uv
.uv/

# Test and coverage
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Local environment and secrets
.env

# korrel run and pytest-plugin transcript output
.korrel/
