blob: 6d1d762a692b879c9e77cac459501c3834bf5536 [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
10index\.yaml
11REVISION
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
22app.yaml
23app.prod.yaml
24module-besearch.yaml
25besearch.prod.yaml
26besearch.yaml
27module-latency-insensitive.yaml
28latency-insensitive.prod.yaml
29latency-insensitive.yaml
30module-api.yaml
31templates/webpack-out
32full_results.json
33
34# Python 3 virtual environment. Created with `python3 -m venv venv`.
35venv/
36venv3/
37
38# Python third-party libraries.
39# https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies
40lib