spring 2024 git template

This commit is contained in:
Jyke Savia
2023-12-18 07:45:29 +02:00
parent c98ef5f0bf
commit 91716ae12f
6 changed files with 19 additions and 1 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# python import generated files
**/*.pyc
**/__pycache__
# pycharm virtualenv
**/venv
# course example venv
**/popl_venv
# PLY yacc generated files
**/parser.out
**/parsetab.py