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