# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
.venv-*/

# Packaging
build/
dist/
*.egg-info/

# Local/editor files
.vscode/
.DS_Store

# Project-local generated files
PLAN.md
sbom.json
examples/
