diff --git a/.gitignore b/.gitignore index a052c2a4a..bfa33d856 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ # Compiler python objects *.pyc +# Python distribution +dist/ +openmc.egg-info/ + # Inputs generated from Python API examples/python/**/*.xml