diff --git a/.gitignore b/.gitignore index a7716e3d..be55d774 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,7 @@ CMakeSettings.json # Visual Studio Code cache/options directory .vscode/ + +# Python build stuff +dist/ +*.egg-info*