eg running the CI commands locally creates a directory test-results, so it may be a good idea to add it to .gitignore.
What other temporary files are created by coverage, interrogate etc that should be gitignored if created?
[ ] add section to README.md documenting intermediate output and to ignore it
[ ] make sure they are in the provided .gitignore -- before other contents, and with a comment
eg running the CI commands locally creates a directory
test-results
, so it may be a good idea to add it to.gitignore
. What other temporary files are created by coverage, interrogate etc that should be gitignored if created?README.md
documenting intermediate output and to ignore it