Update gitignore

This commit is contained in:
Joeri Exelmans 2024-10-29 23:49:30 +01:00
parent b116496f87
commit 72c78c664f
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# Never accidently commit solutions to assignments :)
*_solution.py
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/

View file

@ -1,2 +0,0 @@
# Never accidently commit solutions to assignments :)
*_solution.py