From edb9c1b85f367a50957dc0423c3104b900c7e92c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 20:02:32 -0700 Subject: better gitignore --- python/.gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3