[tool.yapfignore]
ignore_patterns = [
  "temp/**/*.py",
  "old/*.py"
]
