diff --git a/.gitignore b/.gitignore index 0ad5a31..4bc3cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # Ignore virtual Python environment **/venv/* + +# Generated parser files +**/parsetab.py +**/parser.out \ No newline at end of file