diff --git a/.gitignore b/.gitignore index 211200f..c65f2a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Never accidently commit solutions to assignments :) +*_solution.py + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/examples/conformance/.gitignore b/examples/conformance/.gitignore deleted file mode 100644 index 97cc5e4..0000000 --- a/examples/conformance/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Never accidently commit solutions to assignments :) -*_solution.py \ No newline at end of file