frostfs-testlib/.gitignore
a.chetaev cea3ab5126 Change mamba version with update imports
Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
2023-02-07 14:38:19 +01:00

12 lines
144 B
Text

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