damccorm commented on code in PR #37946: URL: https://github.com/apache/beam/pull/37946#discussion_r2990760012
########## .gitignore: ########## @@ -162,3 +162,11 @@ playground/cloudfunction.zip # as its generated with terraform .test-infra/metrics/sync/github/github_runs_prefetcher/code.zip .venv/ + + +beam-env/ +build/ +*.pyc +__pycache__/ +*.pyd +*.egg-info/ Review Comment: I think most of these are taken care of already in this file -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
