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