frostfs-testlib/.gitignore
Andrey Berezin 2240be09d2 Add repr and str for most classes used in parametrize
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
2023-07-24 19:34:21 +03:00

14 lines
No EOL
168 B
Text

# ignore IDE files
.vscode
.idea
venv.*
# ignore temp files under any path
.DS_Store
**/__pycache__
# ignore build artifacts
/dist
/build
*.egg-info
wallet_config.yml