forked from TrueCloudLab/frostfs-testlib
cea3ab5126
Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
12 lines
144 B
Text
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
|