a.berezin
e098f63251
Some checks reported warnings
DCO check / Commits Check (pull_request) Has been cancelled
Signed-off-by: a.berezin <a.berezin@yadro.com>
30 lines
375 B
Text
30 lines
375 B
Text
# ignore IDE files
|
|
.vscode
|
|
.idea
|
|
|
|
.DS_Store
|
|
venv.*
|
|
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
|
|
*.egg-info
|
|
|
|
# ignore work directories and setup files
|
|
.setup
|
|
.env
|
|
TemporaryDir/*
|
|
artifacts/*
|
|
docs/*
|
|
venv.*/*
|
|
wallet_config.yml
|