diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-24 11:56:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-24 11:56:19 -0700 |
commit | 66ad43041a8b7773fa0cef2f0ece8d9af73499dd (patch) | |
tree | c89be1778d1fb971182e6c5fec8d962d855222f4 /python/.gitignore | |
parent | 45feb0dd29a487eb4119aece77a23b6894b54841 (diff) | |
parent | 6066628a58b2446e124b3778642130599616d96d (diff) | |
download | fatcat-66ad43041a8b7773fa0cef2f0ece8d9af73499dd.tar.gz fatcat-66ad43041a8b7773fa0cef2f0ece8d9af73499dd.zip |
Merge branch 'bnewbold-build-artifacts'
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 48b921f1..e11492e6 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -5,6 +5,8 @@ build/ dist/ *.egg-info *.json.gz +fatcat-*.tar.gz + !example.env !.coveragerc !.pylintrc |