Tweaked git ignore to ignore all tar.gz and __pycache__

This commit is contained in:
Anton Hvornum 2023-02-18 18:19:31 +01:00 committed by Jelle van der Waa
parent b68a1c613c
commit 4f690e5a83

4
.gitignore vendored
View File

@ -11,7 +11,9 @@ collected_static/
testing/
env/
htmlcov
*.tar.gz
**/**.tar.gz
/.idea*
**/**__pycache__
.mypy_cache/