__pycache__
*.py[cod]

# Environments
.venv/
.env

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

# Tool caches
.pytest_cache/
.ruff_cache/

# Default output directory of the pipeline
review/

.DS_Store
