# Python
__pycache__/
*.py[cod]
*.egg-info/
.python-version
.venv/
venv/

# Test and analysis caches
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Build output
build/
dist/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp

# PackRehearsal local outputs
packrehearsal-report.json
packrehearsal.sarif
release-receipt.json
