diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 20:02:32 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 20:02:32 -0700 |
commit | edb9c1b85f367a50957dc0423c3104b900c7e92c (patch) | |
tree | ab4f46e259a92ed084c1bb42c61c0cc1d0ab23bc | |
parent | 4ded79a755c65f617a26010cfd3deebb4c1bde72 (diff) | |
download | fatcat-edb9c1b85f367a50957dc0423c3104b900c7e92c.tar.gz fatcat-edb9c1b85f367a50957dc0423c3104b900c7e92c.zip |
better gitignore
-rw-r--r-- | python/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index a0bc258b..48b921f1 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,9 +1,11 @@ .env +*.env codegen-out/ build/ dist/ *.egg-info *.json.gz +!example.env !.coveragerc !.pylintrc !.gitignore |