# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
.venv*/
venv*/
env*/
virtualenv*/

# Test coverage and cache
.coverage
.coverage.*
.pytest_cache/
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.ruff_cache/

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

# Environment files
.env
.env.*
!.env.example

# OS
.DS_Store
Thumbs.db

runs/
.coverage
/workflows/

# Workflow logs
logs/

# Workflow execution directory
/__workflows__/
