diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-15 18:14:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-15 18:15:29 -0700 |
commit | ac8922a8c4535205970812d2fbf5a32cc230c2b8 (patch) | |
tree | 73aa5173ae4747b82c2a74ecfe8e9ab294485338 | |
parent | bb06c833f500fbd37579ffb4aa1c53dc0d1e9c96 (diff) | |
download | sandcrawler-ac8922a8c4535205970812d2fbf5a32cc230c2b8.tar.gz sandcrawler-ac8922a8c4535205970812d2fbf5a32cc230c2b8.zip |
python: more aggressive gitignore
-rw-r--r-- | python/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/.gitignore b/python/.gitignore index 0d6b987..a5a773e 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -3,6 +3,9 @@ *.gz htmlcov/ samples/ +*.json +TODO* +*.tsv !.flake8 !.gitlab-ci.yml |