# Python
__pycache__/
*.py[cod]

# Build artifacts
build/
dist/
*.egg-info/
docs/_build/

# Test / type-check caches
.coverage
.pytest_cache/
.mypy_cache/

# Environments
.venv/

# Release artifacts (generated by the release workflow / its local dry-run)
sbom/
requirements-runtime.txt

# Editor / OS
.vscode/
*.code-workspace
.DS_Store
