diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 11:33:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 11:33:24 -0800 |
commit | 7d17e7cac4fee2661fec6474a8aade3b38ef5448 (patch) | |
tree | d87c799bc688ad6ddee22e8c5233a77ce6a2e169 /python/.gitignore | |
parent | 279b22e30d9b590838268f5f5acdaa1110ee593a (diff) | |
download | fatcat-7d17e7cac4fee2661fec6474a8aade3b38ef5448.tar.gz fatcat-7d17e7cac4fee2661fec6474a8aade3b38ef5448.zip |
initial fatcat_client packaging
Diffstat (limited to 'python/.gitignore')
-rw-r--r-- | python/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index bde36e3a..286019ee 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,4 +1,6 @@ codegen-out/ +build/ +*.egg-info *.json.gz !.coveragerc !.pylintrc |