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 |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 10 | REVISION |
| 11 | .coverage |
| 12 | coverage |
| 13 | htmlcov |
| 14 | .DS_Store |
| 15 | workspace.xml |
| 16 | static_src/**/*\.min.js* |
| 17 | static/dist |
| 18 | node_modules |
| 19 | elements/mock-data/*\.json |
| 20 | !elements/mock-data/gates-mock.json |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 21 | templates/webpack-out |
| 22 | full_results.json |
| 23 | |
| 24 | # Python 3 virtual environment. Created with `python3 -m venv venv`. |
| 25 | venv/ |
| 26 | venv3/ |
| 27 | |
| 28 | # Python third-party libraries. |
| 29 | # https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies |
| 30 | lib |