diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-22 19:08:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-22 19:08:18 -0700 |
commit | 91eb3a7a9e7fdb1b344462d5bfb3e826320dc431 (patch) | |
tree | aa56b19199df44e91eb4193711a9d39d5ef7dc73 /python | |
parent | b12158b396bd849f40ff6713ad7836f3293f4029 (diff) | |
download | fatcat-91eb3a7a9e7fdb1b344462d5bfb3e826320dc431.tar.gz fatcat-91eb3a7a9e7fdb1b344462d5bfb3e826320dc431.zip |
commit old notes and other files
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 |