blob: 0eb7d9a9e09d50f75a265910c833d3b3af10f2b2 [file] [log] [blame]
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +01001# 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
11REVISION
12.coverage
13coverage
14htmlcov
15.DS_Store
16workspace.xml
17static_src/**/*\.min.js*
18node_modules
19elements/mock-data/*\.json
20!elements/mock-data/gates-mock.json
21full_results.json
22
23doc/
24schema/
25tools/
26
27# Python 3 virtual environment. Created with `python3 -m venv venv`.
28venv/
29
30# Python third-party libraries.
31# https://cloud.google.com/appengine/docs/standard/python3/specifying-dependencies
32lib