diff options
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,10 +1,16 @@ .idea *.iml +*.log *.pickle *.pyc *.pyo +*~ tags # files generated by PLY parser.out parsetab.py + +# binaries +python/runner/sandbox +python/runner/terminator |