frostfs-testlib/.gitignore
Andrey Berezin 4896abcec3 Adding code validation targets
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
2023-07-18 20:38:37 +03:00

13 lines
151 B
Text

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