diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-15 18:19:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-15 18:19:56 -0700 |
commit | cdeee1f92ec4b1fdcc439fc5d975c175c162bfe2 (patch) | |
tree | 78d5c5b104056f4f378f66f49594370569cd2767 /python | |
parent | c883f5d4b02b67c1af7d9cafe484ead85f02b97b (diff) | |
download | fatcat-cdeee1f92ec4b1fdcc439fc5d975c175c162bfe2.tar.gz fatcat-cdeee1f92ec4b1fdcc439fc5d975c175c162bfe2.zip |
python: gitignore more
Diffstat (limited to 'python')
-rw-r--r-- | python/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index e11492e6..b3d22ecf 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -6,6 +6,8 @@ dist/ *.egg-info *.json.gz fatcat-*.tar.gz +old/ +TODO* !example.env !.coveragerc |