# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
dist/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# bezoar runtime
.bezoar-cache/
.bezoar-baseline.json
*.sarif

# OS / editors
.DS_Store
.idea/
.vscode/

# Test fixtures: platform config dirs MUST be tracked even though editor
# gitignores (the .vscode/ above, and common global excludes like .cursor/)
# hide them — the corpus and adapter fixtures live inside these dirs.
!tests/**/.vscode/
!tests/**/.vscode/**
!tests/**/.cursor/
!tests/**/.cursor/**
!tests/**/node_modules/
!tests/**/node_modules/**
