After adding pytest-cov and running tests, exporter/__pycache__/ and tests/__pycache__/ appear as untracked files in git status. The existing .gitignore has no __pycache__ entry. Add **/__pycache__/ and *.pyc to .gitignore to keep the working tree clean.
Follow-up from #114
After adding pytest-cov and running tests,
exporter/__pycache__/andtests/__pycache__/appear as untracked files ingit status. The existing .gitignore has no__pycache__entry. Add**/__pycache__/and*.pycto .gitignore to keep the working tree clean.Follow-up from #114