2020-04-30 13:14:32 +00:00
|
|
|
# ignore test result files under any path
|
|
|
|
**/log.html
|
|
|
|
**/output.xml
|
|
|
|
**/report.html
|
2021-06-25 13:44:42 +00:00
|
|
|
**/dockerlogs*.tar.gz
|
2020-04-30 13:14:32 +00:00
|
|
|
|
|
|
|
# ignore pycache under any path
|
|
|
|
**/__pycache__
|
2021-04-05 10:28:00 +00:00
|
|
|
TemporaryDir/*
|
|
|
|
artifacts/*
|
2021-09-07 15:48:58 +00:00
|
|
|
docs/*
|
|
|
|
venv.*/*
|