diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/.gitignore | 1 | ||||
-rw-r--r-- | python/TODO | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index 9a516ae6..bde36e3a 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,4 +1,5 @@ codegen-out/ +*.json.gz !.coveragerc !.pylintrc !.gitignore diff --git a/python/TODO b/python/TODO index 708b8aa8..54b63dd3 100644 --- a/python/TODO +++ b/python/TODO @@ -1,4 +1,5 @@ +- use dict counter type (in python collections) instead of currently janky counters - schema.org metadata for releases additional tests |