Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | # TODO: Add comments/docs for these. |
| 2 | .*\.py[co] |
| 3 | .*\.pyc-2.4 |
| 4 | .*~ |
| 5 | .*\.orig |
| 6 | .*\.swp |
| 7 | .*\#.* |
| 8 | .*@.* |
| 9 | .nyc_output |
| 10 | index\.yaml |
| 11 | REVISION |
| 12 | .coverage |
| 13 | coverage |
| 14 | htmlcov |
| 15 | .DS_Store |
| 16 | workspace.xml |
| 17 | static_src/**/*\.min.js* |
| 18 | static/dist |
| 19 | node_modules |
| 20 | elements/mock-data/*\.json |
| 21 | !elements/mock-data/gates-mock.json |
| 22 | app.yaml |
| 23 | app.prod.yaml |
| 24 | module-besearch.yaml |
| 25 | besearch.prod.yaml |
| 26 | besearch.yaml |
| 27 | module-latency-insensitive.yaml |
| 28 | latency-insensitive.prod.yaml |
| 29 | latency-insensitive.yaml |
| 30 | module-api.yaml |
| 31 | templates/webpack-out |
| 32 | full_results.json |
| 33 | |
| 34 | # Python 3 virtual environment. Created with `python3 -m venv venv`. |
| 35 | venv/ |
| 36 | venv3/ |
| 37 | |
| 38 | # Python third-party libraries. |
| 39 | # https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies |
| 40 | lib |