diff --git a/.gitignore b/.gitignore index a663b1f..4e8bcd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Compiled python modules. *.pyc - # Python egg metadata, regenerated from source files by setuptools. /*.egg-info + +# Build and Dist Files +dist/* +build/*