blob: 4c40427c05202c1bbbd1cabdbef1b144c2d2aef4 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001# TODO: Add comments/docs for these.
2.*\.py[co]
3.*\.pyc-2.4
4.*~
5.*\.orig
6.*\.swp
7.*\#.*
8.*@.*
Adrià Vilanova Martínezde942802022-07-15 14:06:55 +02009._gae_py*
Copybara854996b2021-09-07 19:36:02 +000010.nyc_output
Copybara854996b2021-09-07 19:36:02 +000011REVISION
12.coverage
13coverage
14htmlcov
15.DS_Store
16workspace.xml
17static_src/**/*\.min.js*
18static/dist
19node_modules
20elements/mock-data/*\.json
21!elements/mock-data/gates-mock.json
Copybara854996b2021-09-07 19:36:02 +000022templates/webpack-out
23full_results.json
24
25# Python 3 virtual environment. Created with `python3 -m venv venv`.
26venv/
27venv3/
28
29# Python third-party libraries.
30# https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies
31lib