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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.cache/

# Type checking
.mypy_cache/
.dmypy.json
.pyright/

# Linting
.ruff_cache/

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

# mutagent-xgen artifacts
.mutagen/out.preview/
.mutagen/out.openapi.yaml

# Local workflow overrides
.mutagen/workflow.local.yaml
