# ignore test result files under any path
**/log.html
**/output.xml
**/report.html
**/dockerlogs*.tar.gz
# ignore pycache under any path
**/__pycache__
TemporaryDir/*
artifacts/*
docs/*
venv.*/*