Ignore python bindings build artifacts

This commit is contained in:
Dominic Hamon 2020-06-08 15:20:36 +01:00
parent 4e88f582a9
commit b63da7b84e
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -60,3 +60,7 @@ CMakeSettings.json
# Visual Studio Code cache/options directory
.vscode/
# Python build stuff
dist/
*.egg-info*