diff --git a/.gitignore b/.gitignore index 4dde2d2..181c08f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ # Generated parser files **/parsetab.py -**/parser.out \ No newline at end of file +**/parser.out + +# Generated python distribution files +dist/* +**/*.egg-info/* \ No newline at end of file