```+pants_ignore: [ + # All dotfiles. TODO: sho...
# development
w
Copy code
+pants_ignore: [
+    # All dotfiles. TODO: should only be dot directories?
+    ".*",
+    # venv directories under build-support.
+    "build-support/*.venv/",
+  ]