frostfs-testlib/.gitignore
Andrey Berezin 3034b70048 Add disks management commands
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
2023-01-13 15:25:15 +03:00

11 lines
138 B
Text

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