Adrià Vilanova MartÃnez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 1 | # TODO: Add comments/docs for these. |
| 2 | .*\.py[co] |
| 3 | .*\.pyc-2.4 |
| 4 | .*~ |
| 5 | .*\.orig |
| 6 | .*\.swp |
| 7 | .*\#.* |
| 8 | .*@.* |
| 9 | ._gae_py* |
| 10 | .nyc_output |
| 11 | REVISION |
| 12 | .coverage |
| 13 | coverage |
| 14 | htmlcov |
| 15 | .DS_Store |
| 16 | workspace.xml |
| 17 | static_src/**/*\.min.js* |
| 18 | node_modules |
| 19 | elements/mock-data/*\.json |
| 20 | !elements/mock-data/gates-mock.json |
| 21 | full_results.json |
| 22 | |
| 23 | doc/ |
| 24 | schema/ |
| 25 | tools/ |
| 26 | |
| 27 | # Python 3 virtual environment. Created with `python3 -m venv venv`. |
| 28 | venv/ |
| 29 | |
| 30 | # Python third-party libraries. |
| 31 | # https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies |
| 32 | lib |