forked from TrueCloudLab/frostfs-testcases
52001dc23a
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
29 lines
358 B
Text
29 lines
358 B
Text
# ignore IDE files
|
|
.vscode
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
venv_macos
|
|
|
|
|
|
# ignore test results
|
|
**/log.html
|
|
**/output.xml
|
|
**/report.html
|
|
**/dockerlogs*.tar.gz
|
|
allure_results/*
|
|
xunit_results.xml
|
|
|
|
# ignore caches under any path
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
|
|
# ignore work directories and setup files
|
|
.setup
|
|
.env
|
|
TemporaryDir/*
|
|
artifacts/*
|
|
docs/*
|
|
venv.*/*
|
|
wallet_config.yml
|