Update gitignore
This commit is contained in:
parent
b116496f87
commit
72c78c664f
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Never accidently commit solutions to assignments :)
|
||||||
|
*_solution.py
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
|
||||||
2
examples/conformance/.gitignore
vendored
2
examples/conformance/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
||||||
# Never accidently commit solutions to assignments :)
|
|
||||||
*_solution.py
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue