frostfs-testlib/.gitignore

13 lines
144 B
Plaintext

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